Html Css Color HEX #870006 Sangria

📋 copy color: '#870006'

red 135 ◦ green 0 ◦ blue 6

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

Shades of Sangria #870006

Tints of Sangria #870006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.74%
G = 0%
B = 4.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#870006 (or 0x870006) is known color: Sangria. HEX triplet: 87, 00 and 06. RGB value is (135,0,6). Sum of RGB (Red+Green+Blue) = 135+0+6=141 (18% of max value = 765). Red value is 135 (53.12% from 255 or 95.74% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 135 - color contains mainly: red. Hex color #870006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870006 is #78FFF9. Grayscale: #292929. Windows color (decimal): -7929850 or 393351. OLE color: 393351.

HSL color Cylindrical-coordinate representation of color #870006: hue angle of 357.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870006 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 6 -
CMYK 0 1 0.96 0.47
HSL 357.33º 1% 0.26% -
HSV(B) 357.33º 1% 0.53% -
XYZ 10.02 5.16 0.64 -
YUV 41.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 135 0 6 0 1 0.96 0.47 357.33 1 0.26
Hex 87 0 6 0 64 60 2F 165 64 1A
Octal 207 0 6 0 144 140 57 545 144 32
Binary 10000111 0 110 0 1100100 1100000 101111 101100101 1100100 11010

Color Harmonies of #870006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870006

Black with #870006

Text Example


Text Example

White with #870006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870006; }

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

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

background-color css

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

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

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

border-color css

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

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

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