Html Css Color HEX #870B40 Pompadour

📋 copy color: '#870B40'

red 135 ◦ green 11 ◦ blue 64

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

Shades of Pompadour #870B40

Tints of Pompadour #870B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.24%

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 64.29%
G = 5.24%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#870B40 (or 0x870B40) is known color: Pompadour. HEX triplet: 87, 0B and 40. RGB value is (135,11,64). Sum of RGB (Red+Green+Blue) = 135+11+64=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #870B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B40 is #78F4BF. Grayscale: #363636. Windows color (decimal): -7926976 or 4197255. OLE color: 4197255.

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

Color convert

RGB 135 11 64 -
CMYK 0 0.92 0.53 0.47
HSL 334.35º 0.85% 0.29% -
HSV(B) 334.35º 0.92% 0.53% -
XYZ 11.04 5.76 5.38 -
YUV 54.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 135 11 64 0 0.92 0.53 0.47 334.35 0.85 0.29
Hex 87 B 40 0 5C 35 2F 14E 55 1D
Octal 207 13 100 0 134 65 57 516 125 35
Binary 10000111 1011 1000000 0 1011100 110101 101111 101001110 1010101 11101

Color Harmonies of #870B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B40

Black with #870B40

Text Example


Text Example

White with #870B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,11,64); }

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

background-color css

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

 a { background-color: rgb(135,11,64); }

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

border-color css

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

 span { border-color: rgb(135,11,64); }

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