Html Css Color HEX #870E3E Pompadour

📋 copy color: '#870E3E'

red 135 ◦ green 14 ◦ blue 62

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

Shades of Pompadour #870E3E

Tints of Pompadour #870E3E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.64%

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

R = 63.98%
G = 6.64%
B = 29.38%

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

#870E3E (or 0x870E3E) is known color: Pompadour. HEX triplet: 87, 0E and 3E. RGB value is (135,14,62). Sum of RGB (Red+Green+Blue) = 135+14+62=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #870E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E3E is #78F1C1. Grayscale: #373737. Windows color (decimal): -7926210 or 4066951. OLE color: 4066951.

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

Color convert

RGB 135 14 62 -
CMYK 0 0.90 0.54 0.47
HSL 336.2º 0.81% 0.29% -
HSV(B) 336.2º 0.9% 0.53% -
XYZ 11.02 5.81 5.1 -
YUV 55.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 135 14 62 0 0.90 0.54 0.47 336.2 0.81 0.29
Hex 87 E 3E 0 5A 36 2F 150 51 1D
Octal 207 16 76 0 132 66 57 520 121 35
Binary 10000111 1110 111110 0 1011010 110110 101111 101010000 1010001 11101

Color Harmonies of #870E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E3E

Black with #870E3E

Text Example


Text Example

White with #870E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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