Html Css Color HEX #880012 Sangria

📋 copy color: '#880012'

red 136 ◦ green 0 ◦ blue 18

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

Shades of Sangria #880012

Tints of Sangria #880012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.31%
G = 0%
B = 11.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#880012 (or 0x880012) is known color: Sangria. HEX triplet: 88, 00 and 12. RGB value is (136,0,18). Sum of RGB (Red+Green+Blue) = 136+0+18=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #880012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880012 is #77FFED. Grayscale: #2A2A2A. Windows color (decimal): -7864302 or 1179784. OLE color: 1179784.

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

Color convert

RGB 136 0 18 -
CMYK 0 1 0.87 0.47
HSL 352.06º 1% 0.27% -
HSV(B) 352.06º 1% 0.53% -
XYZ 10.26 5.28 1.05 -
YUV 42.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 136 0 18 0 1 0.87 0.47 352.06 1 0.27
Hex 88 0 12 0 64 57 2F 160 64 1B
Octal 210 0 22 0 144 127 57 540 144 33
Binary 10001000 0 10010 0 1100100 1010111 101111 101100000 1100100 11011

Color Harmonies of #880012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880012

Black with #880012

Text Example


Text Example

White with #880012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880012; }

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

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

background-color css

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

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

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

border-color css

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

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

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