Html Css Color HEX #870D3E Pompadour

📋 copy color: '#870D3E'

red 135 ◦ green 13 ◦ blue 62

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

Shades of Pompadour #870D3E

Tints of Pompadour #870D3E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.19%

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 64.29%
G = 6.19%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#870D3E (or 0x870D3E) is known color: Pompadour. HEX triplet: 87, 0D and 3E. RGB value is (135,13,62). Sum of RGB (Red+Green+Blue) = 135+13+62=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #870D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D3E is #78F2C1. Grayscale: #363636. Windows color (decimal): -7926466 or 4066695. OLE color: 4066695.

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

Color convert

RGB 135 13 62 -
CMYK 0 0.90 0.54 0.47
HSL 335.9º 0.82% 0.29% -
HSV(B) 335.9º 0.9% 0.53% -
XYZ 11.01 5.79 5.09 -
YUV 55.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 135 13 62 0 0.90 0.54 0.47 335.9 0.82 0.29
Hex 87 D 3E 0 5A 36 2F 150 52 1D
Octal 207 15 76 0 132 66 57 520 122 35
Binary 10000111 1101 111110 0 1011010 110110 101111 101010000 1010010 11101

Color Harmonies of #870D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D3E

Black with #870D3E

Text Example


Text Example

White with #870D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,13,62); }

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

background-color css

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

 a { background-color: rgb(135,13,62); }

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

border-color css

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

 span { border-color: rgb(135,13,62); }

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