Html Css Color HEX #87090D Sangria

📋 copy color: '#87090D'

red 135 ◦ green 9 ◦ blue 13

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

Shades of Sangria #87090D

Tints of Sangria #87090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 85.99%
G = 5.73%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87090D (or 0x87090D) is known color: Sangria. HEX triplet: 87, 09 and 0D. RGB value is (135,9,13). Sum of RGB (Red+Green+Blue) = 135+9+13=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #87090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87090D is #78F6F2. Grayscale: #2F2F2F. Windows color (decimal): -7927539 or 854407. OLE color: 854407.

HSL color Cylindrical-coordinate representation of color #87090D: hue angle of 358.1º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87090D is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 13 -
CMYK 0 0.93 0.90 0.47
HSL 358.1º 0.88% 0.28% -
HSV(B) 358.1º 0.93% 0.53% -
XYZ 10.16 5.38 0.88 -
YUV 47.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 135 9 13 0 0.93 0.90 0.47 358.1 0.88 0.28
Hex 87 9 D 0 5D 5A 2F 166 58 1C
Octal 207 11 15 0 135 132 57 546 130 34
Binary 10000111 1001 1101 0 1011101 1011010 101111 101100110 1011000 11100

Color Harmonies of #87090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87090D

Black with #87090D

Text Example


Text Example

White with #87090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87090D; }

 p { color: rgb(135,9,13); }

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

background-color css

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

 a { background-color: rgb(135,9,13); }

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

border-color css

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

 span { border-color: rgb(135,9,13); }

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