Html Css Color HEX #870902 Dark Red

📋 copy color: '#870902'

red 135 ◦ green 9 ◦ blue 2

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

Shades of Dark Red #870902

Tints of Dark Red #870902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

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

R = 92.47%
G = 6.16%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#870902 (or 0x870902) is known color: Dark Red. HEX triplet: 87, 09 and 02. RGB value is (135,9,2). Sum of RGB (Red+Green+Blue) = 135+9+2=146 (19% of max value = 765). Red value is 135 (53.12% from 255 or 92.47% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 135 - color contains mainly: red. Hex color #870902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870902 is #78F6FD. Grayscale: #2E2E2E. Windows color (decimal): -7927550 or 133511. OLE color: 133511.

HSL color Cylindrical-coordinate representation of color #870902: hue angle of 3.16º 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 #870902 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 2 -
CMYK 0 0.93 0.99 0.47
HSL 3.16º 0.97% 0.27% -
HSV(B) 3.16º 0.99% 0.53% -
XYZ 10.1 5.35 0.56 -
YUV 45.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 135 9 2 0 0.93 0.99 0.47 3.16 0.97 0.27
Hex 87 9 2 0 5D 63 2F 3 61 1B
Octal 207 11 2 0 135 143 57 3 141 33
Binary 10000111 1001 10 0 1011101 1100011 101111 11 1100001 11011

Color Harmonies of #870902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870902

Black with #870902

Text Example


Text Example

White with #870902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870902; }

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

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

background-color css

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

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

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

border-color css

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

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

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