Html Css Color HEX #87050B Sangria

📋 copy color: '#87050B'

red 135 ◦ green 5 ◦ blue 11

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

Shades of Sangria #87050B

Tints of Sangria #87050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

 BLUE value IS 11 (4.69% from 255) = 7.28%

R = 89.4%
G = 3.31%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87050B (or 0x87050B) is known color: Sangria. HEX triplet: 87, 05 and 0B. RGB value is (135,5,11). Sum of RGB (Red+Green+Blue) = 135+5+11=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #87050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87050B is #78FAF4. Grayscale: #2C2C2C. Windows color (decimal): -7928565 or 722311. OLE color: 722311.

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

Color convert

RGB 135 5 11 -
CMYK 0 0.96 0.92 0.47
HSL 357.23º 0.93% 0.27% -
HSV(B) 357.23º 0.96% 0.53% -
XYZ 10.11 5.28 0.8 -
YUV 44.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 135 5 11 0 0.96 0.92 0.47 357.23 0.93 0.27
Hex 87 5 B 0 60 5C 2F 165 5D 1B
Octal 207 5 13 0 140 134 57 545 135 33
Binary 10000111 101 1011 0 1100000 1011100 101111 101100101 1011101 11011

Color Harmonies of #87050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87050B

Black with #87050B

Text Example


Text Example

White with #87050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87050B; }

 p { color: rgb(135,5,11); }

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

background-color css

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

 a { background-color: rgb(135,5,11); }

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

border-color css

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

 span { border-color: rgb(135,5,11); }

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