Html Css Color HEX #78153F Pompadour

📋 copy color: '#78153F'

red 120 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #78153F

Tints of Pompadour #78153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.88%

R = 58.82%
G = 10.29%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78153F (or 0x78153F) is known color: Pompadour. HEX triplet: 78, 15 and 3F. RGB value is (120,21,63). Sum of RGB (Red+Green+Blue) = 120+21+63=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78153F is #87EAC0. Grayscale: #373737. Windows color (decimal): -8907457 or 4134264. OLE color: 4134264.

HSL color Cylindrical-coordinate representation of color #78153F: hue angle of 334.55º 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 #78153F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 63 -
CMYK 0 0.83 0.48 0.53
HSL 334.55º 0.7% 0.28% -
HSV(B) 334.55º 0.83% 0.47% -
XYZ 8.91 4.89 5.18 -
YUV 55.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 120 21 63 0 0.83 0.48 0.53 334.55 0.7 0.28
Hex 78 15 3F 0 53 30 35 14F 46 1C
Octal 170 25 77 0 123 60 65 517 106 34
Binary 1111000 10101 111111 0 1010011 110000 110101 101001111 1000110 11100

Color Harmonies of #78153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78153F

Black with #78153F

Text Example


Text Example

White with #78153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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