Html Css Color HEX #78133C Pompadour

📋 copy color: '#78133C'

red 120 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #78133C

Tints of Pompadour #78133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 60 (23.83% from 255) = 30.15%

R = 60.3%
G = 9.55%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78133C (or 0x78133C) is known color: Pompadour. HEX triplet: 78, 13 and 3C. RGB value is (120,19,60). Sum of RGB (Red+Green+Blue) = 120+19+60=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78133C is #87ECC3. Grayscale: #353535. Windows color (decimal): -8907972 or 3937144. OLE color: 3937144.

HSL color Cylindrical-coordinate representation of color #78133C: hue angle of 335.64º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78133C is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 60 -
CMYK 0 0.84 0.5 0.53
HSL 335.64º 0.73% 0.27% -
HSV(B) 335.64º 0.84% 0.47% -
XYZ 8.79 4.79 4.74 -
YUV 53.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 120 19 60 0 0.84 0.5 0.53 335.64 0.73 0.27
Hex 78 13 3C 0 54 32 35 150 49 1B
Octal 170 23 74 0 124 62 65 520 111 33
Binary 1111000 10011 111100 0 1010100 110010 110101 101010000 1001001 11011

Color Harmonies of #78133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78133C

Black with #78133C

Text Example


Text Example

White with #78133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78133C; }

 p { color: rgb(120,19,60); }

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

background-color css

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

 a { background-color: rgb(120,19,60); }

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

border-color css

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

 span { border-color: rgb(120,19,60); }

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