Html Css Color HEX #781246 Pompadour

📋 copy color: '#781246'

red 120 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #781246

Tints of Pompadour #781246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 57.69%
G = 8.65%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#781246 (or 0x781246) is known color: Pompadour. HEX triplet: 78, 12 and 46. RGB value is (120,18,70). Sum of RGB (Red+Green+Blue) = 120+18+70=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #781246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781246 is #87EDB9. Grayscale: #363636. Windows color (decimal): -8908218 or 4592248. OLE color: 4592248.

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

Color convert

RGB 120 18 70 -
CMYK 0 0.85 0.42 0.53
HSL 329.41º 0.74% 0.27% -
HSV(B) 329.41º 0.85% 0.47% -
XYZ 9.07 4.87 6.26 -
YUV 54.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 120 18 70 0 0.85 0.42 0.53 329.41 0.74 0.27
Hex 78 12 46 0 55 2A 35 149 4A 1B
Octal 170 22 106 0 125 52 65 511 112 33
Binary 1111000 10010 1000110 0 1010101 101010 110101 101001001 1001010 11011

Color Harmonies of #781246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781246

Black with #781246

Text Example


Text Example

White with #781246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781246; }

 p { color: rgb(120,18,70); }

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

background-color css

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

 a { background-color: rgb(120,18,70); }

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

border-color css

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

 span { border-color: rgb(120,18,70); }

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