Html Css Color HEX #870102 Sangria

📋 copy color: '#870102'

red 135 ◦ green 1 ◦ blue 2

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

Shades of Sangria #870102

Tints of Sangria #870102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 97.83%
G = 0.72%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#870102 (or 0x870102) is known color: Sangria. HEX triplet: 87, 01 and 02. RGB value is (135,1,2). Sum of RGB (Red+Green+Blue) = 135+1+2=138 (18% of max value = 765). Red value is 135 (53.12% from 255 or 97.83% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 135 - color contains mainly: red. Hex color #870102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870102 is #78FEFD. Grayscale: #292929. Windows color (decimal): -7929598 or 131463. OLE color: 131463.

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

Color convert

RGB 135 1 2 -
CMYK 0 0.99 0.99 0.47
HSL 359.55º 0.99% 0.27% -
HSV(B) 359.55º 0.99% 0.53% -
XYZ 10.01 5.18 0.53 -
YUV 41.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 135 1 2 0 0.99 0.99 0.47 359.55 0.99 0.27
Hex 87 1 2 0 63 63 2F 168 63 1B
Octal 207 1 2 0 143 143 57 550 143 33
Binary 10000111 1 10 0 1100011 1100011 101111 101101000 1100011 11011

Color Harmonies of #870102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870102

Black with #870102

Text Example


Text Example

White with #870102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870102; }

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

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

background-color css

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

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

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

border-color css

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

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

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