Html Css Color HEX #781441 Pompadour

📋 copy color: '#781441'

red 120 ◦ green 20 ◦ blue 65

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

Shades of Pompadour #781441

Tints of Pompadour #781441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 58.54%
G = 9.76%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781441 (or 0x781441) is known color: Pompadour. HEX triplet: 78, 14 and 41. RGB value is (120,20,65). Sum of RGB (Red+Green+Blue) = 120+20+65=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781441 is #87EBBE. Grayscale: #363636. Windows color (decimal): -8907711 or 4265080. OLE color: 4265080.

HSL color Cylindrical-coordinate representation of color #781441: hue angle of 333º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781441 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 65 -
CMYK 0 0.83 0.46 0.53
HSL 333º 0.71% 0.27% -
HSV(B) 333º 0.83% 0.47% -
XYZ 8.95 4.88 5.47 -
YUV 55.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 120 20 65 0 0.83 0.46 0.53 333 0.71 0.27
Hex 78 14 41 0 53 2E 35 14D 47 1B
Octal 170 24 101 0 123 56 65 515 107 33
Binary 1111000 10100 1000001 0 1010011 101110 110101 101001101 1000111 11011

Color Harmonies of #781441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781441

Black with #781441

Text Example


Text Example

White with #781441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781441; }

 p { color: rgb(120,20,65); }

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

background-color css

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

 a { background-color: rgb(120,20,65); }

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

border-color css

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

 span { border-color: rgb(120,20,65); }

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