Html Css Color HEX #870C42 Pompadour

📋 copy color: '#870C42'

red 135 ◦ green 12 ◦ blue 66

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

Shades of Pompadour #870C42

Tints of Pompadour #870C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 63.38%
G = 5.63%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#870C42 (or 0x870C42) is known color: Pompadour. HEX triplet: 87, 0C and 42. RGB value is (135,12,66). Sum of RGB (Red+Green+Blue) = 135+12+66=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #870C42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C42 is #78F3BD. Grayscale: #363636. Windows color (decimal): -7926718 or 4328583. OLE color: 4328583.

HSL color Cylindrical-coordinate representation of color #870C42: hue angle of 333.66º 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 #870C42 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 66 -
CMYK 0 0.91 0.51 0.47
HSL 333.66º 0.84% 0.29% -
HSV(B) 333.66º 0.91% 0.53% -
XYZ 11.11 5.81 5.69 -
YUV 54.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 135 12 66 0 0.91 0.51 0.47 333.66 0.84 0.29
Hex 87 C 42 0 5B 33 2F 14E 54 1D
Octal 207 14 102 0 133 63 57 516 124 35
Binary 10000111 1100 1000010 0 1011011 110011 101111 101001110 1010100 11101

Color Harmonies of #870C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C42

Black with #870C42

Text Example


Text Example

White with #870C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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