Html Css Color HEX #880712 Sangria

📋 copy color: '#880712'

red 136 ◦ green 7 ◦ blue 18

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

Shades of Sangria #880712

Tints of Sangria #880712

RGB

 RED value IS 136 (53.52% from 255) = 84.47%

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 84.47%
G = 4.35%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#880712 (or 0x880712) is known color: Sangria. HEX triplet: 88, 07 and 12. RGB value is (136,7,18). Sum of RGB (Red+Green+Blue) = 136+7+18=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880712 is #77F8ED. Grayscale: #2E2E2E. Windows color (decimal): -7862510 or 1181576. OLE color: 1181576.

HSL color Cylindrical-coordinate representation of color #880712: hue angle of 354.88º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880712 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 18 -
CMYK 0 0.95 0.87 0.47
HSL 354.88º 0.9% 0.28% -
HSV(B) 354.88º 0.95% 0.53% -
XYZ 10.34 5.43 1.08 -
YUV 46.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 136 7 18 0 0.95 0.87 0.47 354.88 0.9 0.28
Hex 88 7 12 0 5F 57 2F 163 5A 1C
Octal 210 7 22 0 137 127 57 543 132 34
Binary 10001000 111 10010 0 1011111 1010111 101111 101100011 1011010 11100

Color Harmonies of #880712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880712

Black with #880712

Text Example


Text Example

White with #880712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880712; }

 p { color: rgb(136,7,18); }

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

background-color css

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

 a { background-color: rgb(136,7,18); }

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

border-color css

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

 span { border-color: rgb(136,7,18); }

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