Html Css Color HEX #870B02 Dark Red

📋 copy color: '#870B02'

red 135 ◦ green 11 ◦ blue 2

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

Shades of Dark Red #870B02

Tints of Dark Red #870B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 91.22%
G = 7.43%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#870B02 (or 0x870B02) is known color: Dark Red. HEX triplet: 87, 0B and 02. RGB value is (135,11,2). Sum of RGB (Red+Green+Blue) = 135+11+2=148 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.22% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 135 - color contains mainly: red. Hex color #870B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B02 is #78F4FD. Grayscale: #2F2F2F. Windows color (decimal): -7927038 or 134023. OLE color: 134023.

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

Color convert

RGB 135 11 2 -
CMYK 0 0.92 0.99 0.47
HSL 4.06º 0.97% 0.27% -
HSV(B) 4.06º 0.99% 0.53% -
XYZ 10.12 5.39 0.57 -
YUV 47.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 135 11 2 0 0.92 0.99 0.47 4.06 0.97 0.27
Hex 87 B 2 0 5C 63 2F 4 61 1B
Octal 207 13 2 0 134 143 57 4 141 33
Binary 10000111 1011 10 0 1011100 1100011 101111 100 1100001 11011

Color Harmonies of #870B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B02

Black with #870B02

Text Example


Text Example

White with #870B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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