Html Css Color HEX #870D3F Pompadour

📋 copy color: '#870D3F'

red 135 ◦ green 13 ◦ blue 63

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

Shades of Pompadour #870D3F

Tints of Pompadour #870D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.86%

R = 63.98%
G = 6.16%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#870D3F (or 0x870D3F) is known color: Pompadour. HEX triplet: 87, 0D and 3F. RGB value is (135,13,63). Sum of RGB (Red+Green+Blue) = 135+13+63=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #870D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D3F is #78F2C0. Grayscale: #373737. Windows color (decimal): -7926465 or 4132231. OLE color: 4132231.

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

Color convert

RGB 135 13 63 -
CMYK 0 0.90 0.53 0.47
HSL 335.41º 0.82% 0.29% -
HSV(B) 335.41º 0.9% 0.53% -
XYZ 11.03 5.8 5.24 -
YUV 55.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 135 13 63 0 0.90 0.53 0.47 335.41 0.82 0.29
Hex 87 D 3F 0 5A 35 2F 14F 52 1D
Octal 207 15 77 0 132 65 57 517 122 35
Binary 10000111 1101 111111 0 1011010 110101 101111 101001111 1010010 11101

Color Harmonies of #870D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D3F

Black with #870D3F

Text Example


Text Example

White with #870D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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