Html Css Color HEX #782140 Pompadour

📋 copy color: '#782140'

red 120 ◦ green 33 ◦ blue 64

#782140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #782140

Tints of Pompadour #782140

RGB

 RED value IS 120 (47.27% from 255) = 55.3%

 GREEN value IS 33 (13.28% from 255) = 15.21%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 55.3%
G = 15.21%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#782140 (or 0x782140) is known color: Pompadour. HEX triplet: 78, 21 and 40. RGB value is (120,33,64). Sum of RGB (Red+Green+Blue) = 120+33+64=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #782140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782140 is #87DEBF. Grayscale: #3E3E3E. Windows color (decimal): -8904384 or 4202872. OLE color: 4202872.

HSL color Cylindrical-coordinate representation of color #782140: hue angle of 338.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782140 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 33 64 -
CMYK 0 0.72 0.47 0.53
HSL 338.62º 0.57% 0.3% -
HSV(B) 338.62º 0.73% 0.47% -
XYZ 9.21 5.45 5.42 -
YUV 62.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 120 33 64 0 0.72 0.47 0.53 338.62 0.57 0.3
Hex 78 21 40 0 48 2F 35 153 39 1E
Octal 170 41 100 0 110 57 65 523 71 36
Binary 1111000 100001 1000000 0 1001000 101111 110101 101010011 111001 11110

Color Harmonies of #782140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782140

Black with #782140

Text Example


Text Example

White with #782140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782140; }

 p { color: rgb(120,33,64); }

 H1.HeaderClassName
 {
   color: #782140;
 }
 .AnyTagClassName
 {
   color: #782140;
 }
</style>

background-color css

<style>
 a { background-color: #782140; }

 a { background-color: rgb(120,33,64); }

 div.DivClassName
 {
   background-color: #782140;
 }
 .BgClassName
 {
   background-color: #782140;
 }
</style>

border-color css

<style>
 span { border-color: #782140; }

 span { border-color: rgb(120,33,64); }

 td.TdClassName
 {
   border-color: #782140;
 }
 .TagClassName
 {
   border-color: #782140;
 }
</style>