Html Css Color HEX #87040C Sangria

📋 copy color: '#87040C'

red 135 ◦ green 4 ◦ blue 12

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

Shades of Sangria #87040C

Tints of Sangria #87040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 89.4%
G = 2.65%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87040C (or 0x87040C) is known color: Sangria. HEX triplet: 87, 04 and 0C. RGB value is (135,4,12). Sum of RGB (Red+Green+Blue) = 135+4+12=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #87040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87040C is #78FBF3. Grayscale: #2C2C2C. Windows color (decimal): -7928820 or 787591. OLE color: 787591.

HSL color Cylindrical-coordinate representation of color #87040C: hue angle of 356.34º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87040C is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 4 12 -
CMYK 0 0.97 0.91 0.47
HSL 356.34º 0.94% 0.27% -
HSV(B) 356.34º 0.97% 0.53% -
XYZ 10.1 5.26 0.83 -
YUV 44.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 135 4 12 0 0.97 0.91 0.47 356.34 0.94 0.27
Hex 87 4 C 0 61 5B 2F 164 5E 1B
Octal 207 4 14 0 141 133 57 544 136 33
Binary 10000111 100 1100 0 1100001 1011011 101111 101100100 1011110 11011

Color Harmonies of #87040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87040C

Black with #87040C

Text Example


Text Example

White with #87040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87040C; }

 p { color: rgb(135,4,12); }

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

background-color css

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

 a { background-color: rgb(135,4,12); }

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

border-color css

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

 span { border-color: rgb(135,4,12); }

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