#880A14

Color #880A14 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #880A14

Tints of Sangria #880A14

Color information

#880A14 (or 0x880A14) is unknown color: approx Sangria. HEX triplet: 88, 0A and 14. RGB value is (136,10,20). Sum of RGB (Red+Green+Blue) = 136+10+20=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #880A14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A14 is #77F5EB. Grayscale: #303030. Windows color (decimal): -7861740 or 1313416. OLE color: 1313416.

HSL color Cylindrical-coordinate representation of color #880A14: hue angle of 355.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A14 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1361020-
CMYK00.930.850.47
HSL355.24º86.3%28.63%-
HSV(B)355.24º92.65%53.33%-
XYZ10.395.51.18-
YUV48.81111.74190.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 81.93%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=81.93%
G=6.02%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136102000.930.850.47355.2486.328.63
Hex88A1405D552F163561d
Octal210122401351255754312635
Binary10001000101010100010111011010101101111101100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880A14; }

 p { color: rgb(136,10,20); }

 H1.HeaderClassName
 {
   color: #880A14;
 }
 .AnyTagClassName
 {
   color: #880A14;
 }
</style>
background-color css

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

 a { background-color: rgb(136,10,20); }

 div.DivClassName
 {
   background-color: #880A14;
 }
 .BgClassName
 {
   background-color: #880A14;
 }
</style>
border-color css

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

 span { border-color: rgb(136,10,20); }

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