Html Css Color HEX #870002 Sangria

📋 copy color: '#870002'

red 135 ◦ green 0 ◦ blue 2

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

Shades of Sangria #870002

Tints of Sangria #870002

RGB

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

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

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

R = 98.54%
G = 0%
B = 1.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#870002 (or 0x870002) is known color: Sangria. HEX triplet: 87, 00 and 02. RGB value is (135,0,2). Sum of RGB (Red+Green+Blue) = 135+0+2=137 (18% of max value = 765). Red value is 135 (53.12% from 255 or 98.54% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 135 - color contains mainly: red. Hex color #870002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870002 is #78FFFD. Grayscale: #282828. Windows color (decimal): -7929854 or 131207. OLE color: 131207.

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

Color convert

RGB 135 0 2 -
CMYK 0 1 0.99 0.47
HSL 359.11º 1% 0.26% -
HSV(B) 359.11º 1% 0.53% -
XYZ 10 5.16 0.53 -
YUV 40.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 135 0 2 0 1 0.99 0.47 359.11 1 0.26
Hex 87 0 2 0 64 63 2F 167 64 1A
Octal 207 0 2 0 144 143 57 547 144 32
Binary 10000111 0 10 0 1100100 1100011 101111 101100111 1100100 11010

Color Harmonies of #870002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870002

Black with #870002

Text Example


Text Example

White with #870002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870002; }

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

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

background-color css

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

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

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

border-color css

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

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

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