Html Css Color HEX #87030C Sangria

📋 copy color: '#87030C'

red 135 ◦ green 3 ◦ blue 12

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

Shades of Sangria #87030C

Tints of Sangria #87030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 90%
G = 2%
B = 8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87030C (or 0x87030C) is known color: Sangria. HEX triplet: 87, 03 and 0C. RGB value is (135,3,12). Sum of RGB (Red+Green+Blue) = 135+3+12=150 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 135 - color contains mainly: red. Hex color #87030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87030C is #78FCF3. Grayscale: #2B2B2B. Windows color (decimal): -7929076 or 787335. OLE color: 787335.

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

Color convert

RGB 135 3 12 -
CMYK 0 0.98 0.91 0.47
HSL 355.91º 0.96% 0.27% -
HSV(B) 355.91º 0.98% 0.53% -
XYZ 10.09 5.24 0.83 -
YUV 43.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 135 3 12 0 0.98 0.91 0.47 355.91 0.96 0.27
Hex 87 3 C 0 62 5B 2F 164 60 1B
Octal 207 3 14 0 142 133 57 544 140 33
Binary 10000111 11 1100 0 1100010 1011011 101111 101100100 1100000 11011

Color Harmonies of #87030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87030C

Black with #87030C

Text Example


Text Example

White with #87030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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