Html Css Color HEX #781244 Pompadour

📋 copy color: '#781244'

red 120 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #781244

Tints of Pompadour #781244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 58.25%
G = 8.74%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#781244 (or 0x781244) is known color: Pompadour. HEX triplet: 78, 12 and 44. RGB value is (120,18,68). Sum of RGB (Red+Green+Blue) = 120+18+68=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781244 is #87EDBB. Grayscale: #363636. Windows color (decimal): -8908220 or 4461176. OLE color: 4461176.

HSL color Cylindrical-coordinate representation of color #781244: hue angle of 330.59º 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 #781244 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 68 -
CMYK 0 0.85 0.43 0.53
HSL 330.59º 0.74% 0.27% -
HSV(B) 330.59º 0.85% 0.47% -
XYZ 9.01 4.84 5.93 -
YUV 54.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 120 18 68 0 0.85 0.43 0.53 330.59 0.74 0.27
Hex 78 12 44 0 55 2B 35 14B 4A 1B
Octal 170 22 104 0 125 53 65 513 112 33
Binary 1111000 10010 1000100 0 1010101 101011 110101 101001011 1001010 11011

Color Harmonies of #781244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781244

Black with #781244

Text Example


Text Example

White with #781244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781244; }

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

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

background-color css

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

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

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

border-color css

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

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

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