Html Css Color HEX #78153C Pompadour

📋 copy color: '#78153C'

red 120 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #78153C

Tints of Pompadour #78153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 59.7%
G = 10.45%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78153C (or 0x78153C) is known color: Pompadour. HEX triplet: 78, 15 and 3C. RGB value is (120,21,60). Sum of RGB (Red+Green+Blue) = 120+21+60=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78153C is #87EAC3. Grayscale: #363636. Windows color (decimal): -8907460 or 3937656. OLE color: 3937656.

HSL color Cylindrical-coordinate representation of color #78153C: hue angle of 336.36º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78153C is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 60 -
CMYK 0 0.83 0.5 0.53
HSL 336.36º 0.7% 0.28% -
HSV(B) 336.36º 0.83% 0.47% -
XYZ 8.83 4.86 4.75 -
YUV 55.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 120 21 60 0 0.83 0.5 0.53 336.36 0.7 0.28
Hex 78 15 3C 0 53 32 35 150 46 1C
Octal 170 25 74 0 123 62 65 520 106 34
Binary 1111000 10101 111100 0 1010011 110010 110101 101010000 1000110 11100

Color Harmonies of #78153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78153C

Black with #78153C

Text Example


Text Example

White with #78153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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