Html Css Color HEX #870C48 Pompadour

📋 copy color: '#870C48'

red 135 ◦ green 12 ◦ blue 72

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

Shades of Pompadour #870C48

Tints of Pompadour #870C48

RGB

 RED value IS 135 (53.13% from 255) = 61.64%

 GREEN value IS 12 (5.08% from 255) = 5.48%

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 61.64%
G = 5.48%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#870C48 (or 0x870C48) is known color: Pompadour. HEX triplet: 87, 0C and 48. RGB value is (135,12,72). Sum of RGB (Red+Green+Blue) = 135+12+72=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #870C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C48 is #78F3B7. Grayscale: #373737. Windows color (decimal): -7926712 or 4721799. OLE color: 4721799.

HSL color Cylindrical-coordinate representation of color #870C48: hue angle of 330.73º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C48 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 72 -
CMYK 0 0.91 0.47 0.47
HSL 330.73º 0.84% 0.29% -
HSV(B) 330.73º 0.91% 0.53% -
XYZ 11.29 5.88 6.67 -
YUV 55.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 135 12 72 0 0.91 0.47 0.47 330.73 0.84 0.29
Hex 87 C 48 0 5B 2F 2F 14B 54 1D
Octal 207 14 110 0 133 57 57 513 124 35
Binary 10000111 1100 1001000 0 1011011 101111 101111 101001011 1010100 11101

Color Harmonies of #870C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C48

Black with #870C48

Text Example


Text Example

White with #870C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870C48; }

 p { color: rgb(135,12,72); }

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

background-color css

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

 a { background-color: rgb(135,12,72); }

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

border-color css

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

 span { border-color: rgb(135,12,72); }

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