Html Css Color HEX #781841 Pompadour

📋 copy color: '#781841'

red 120 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #781841

Tints of Pompadour #781841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

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

R = 57.42%
G = 11.48%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781841 (or 0x781841) is known color: Pompadour. HEX triplet: 78, 18 and 41. RGB value is (120,24,65). Sum of RGB (Red+Green+Blue) = 120+24+65=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #781841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781841 is #87E7BE. Grayscale: #393939. Windows color (decimal): -8906687 or 4266104. OLE color: 4266104.

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

Color convert

RGB 120 24 65 -
CMYK 0 0.8 0.46 0.53
HSL 334.38º 0.67% 0.28% -
HSV(B) 334.38º 0.8% 0.47% -
XYZ 9.03 5.03 5.5 -
YUV 57.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 120 24 65 0 0.8 0.46 0.53 334.38 0.67 0.28
Hex 78 18 41 0 50 2E 35 14E 43 1C
Octal 170 30 101 0 120 56 65 516 103 34
Binary 1111000 11000 1000001 0 1010000 101110 110101 101001110 1000011 11100

Color Harmonies of #781841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781841

Black with #781841

Text Example


Text Example

White with #781841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781841; }

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

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

background-color css

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

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

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

border-color css

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

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

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