Html Css Color HEX #870108 Sangria

📋 copy color: '#870108'

red 135 ◦ green 1 ◦ blue 8

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

Shades of Sangria #870108

Tints of Sangria #870108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.56%

R = 93.75%
G = 0.69%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#870108 (or 0x870108) is known color: Sangria. HEX triplet: 87, 01 and 08. RGB value is (135,1,8). Sum of RGB (Red+Green+Blue) = 135+1+8=144 (19% of max value = 765). Red value is 135 (53.12% from 255 or 93.75% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 135 - color contains mainly: red. Hex color #870108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870108 is #78FEF7. Grayscale: #292929. Windows color (decimal): -7929592 or 524679. OLE color: 524679.

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

Color convert

RGB 135 1 8 -
CMYK 0 0.99 0.94 0.47
HSL 356.87º 0.99% 0.27% -
HSV(B) 356.87º 0.99% 0.53% -
XYZ 10.05 5.19 0.7 -
YUV 41.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 135 1 8 0 0.99 0.94 0.47 356.87 0.99 0.27
Hex 87 1 8 0 63 5E 2F 165 63 1B
Octal 207 1 10 0 143 136 57 545 143 33
Binary 10000111 1 1000 0 1100011 1011110 101111 101100101 1100011 11011

Color Harmonies of #870108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870108

Black with #870108

Text Example


Text Example

White with #870108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870108; }

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

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

background-color css

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

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

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

border-color css

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

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

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