Html Css Color HEX #870A41 Pompadour

📋 copy color: '#870A41'

red 135 ◦ green 10 ◦ blue 65

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

Shades of Pompadour #870A41

Tints of Pompadour #870A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 64.29%
G = 4.76%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#870A41 (or 0x870A41) is known color: Pompadour. HEX triplet: 87, 0A and 41. RGB value is (135,10,65). Sum of RGB (Red+Green+Blue) = 135+10+65=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #870A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A41 is #78F5BE. Grayscale: #353535. Windows color (decimal): -7927231 or 4262535. OLE color: 4262535.

HSL color Cylindrical-coordinate representation of color #870A41: hue angle of 333.6º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A41 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 65 -
CMYK 0 0.93 0.52 0.47
HSL 333.6º 0.86% 0.28% -
HSV(B) 333.6º 0.93% 0.53% -
XYZ 11.05 5.75 5.53 -
YUV 53.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 135 10 65 0 0.93 0.52 0.47 333.6 0.86 0.28
Hex 87 A 41 0 5D 34 2F 14E 56 1C
Octal 207 12 101 0 135 64 57 516 126 34
Binary 10000111 1010 1000001 0 1011101 110100 101111 101001110 1010110 11100

Color Harmonies of #870A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A41

Black with #870A41

Text Example


Text Example

White with #870A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,10,65); }

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

background-color css

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

 a { background-color: rgb(135,10,65); }

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

border-color css

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

 span { border-color: rgb(135,10,65); }

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