Html Css Color HEX #870206 Sangria

📋 copy color: '#870206'

red 135 ◦ green 2 ◦ blue 6

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

Shades of Sangria #870206

Tints of Sangria #870206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

 BLUE value IS 6 (2.73% from 255) = 4.2%

R = 94.41%
G = 1.4%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#870206 (or 0x870206) is known color: Sangria. HEX triplet: 87, 02 and 06. RGB value is (135,2,6). Sum of RGB (Red+Green+Blue) = 135+2+6=143 (18% of max value = 765). Red value is 135 (53.12% from 255 or 94.41% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 135 - color contains mainly: red. Hex color #870206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870206 is #78FDF9. Grayscale: #2A2A2A. Windows color (decimal): -7929338 or 393863. OLE color: 393863.

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

Color convert

RGB 135 2 6 -
CMYK 0 0.99 0.96 0.47
HSL 358.2º 0.97% 0.27% -
HSV(B) 358.2º 0.99% 0.53% -
XYZ 10.05 5.21 0.65 -
YUV 42.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 135 2 6 0 0.99 0.96 0.47 358.2 0.97 0.27
Hex 87 2 6 0 63 60 2F 166 61 1B
Octal 207 2 6 0 143 140 57 546 141 33
Binary 10000111 10 110 0 1100011 1100000 101111 101100110 1100001 11011

Color Harmonies of #870206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870206

Black with #870206

Text Example


Text Example

White with #870206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870206; }

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

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

background-color css

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

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

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

border-color css

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

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

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