#880103

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

Shades of Sangria #880103

Tints of Sangria #880103

Color information

#880103 (or 0x880103) is unknown color: approx Sangria. HEX triplet: 88, 01 and 03. RGB value is (136,1,3). Sum of RGB (Red+Green+Blue) = 136+1+3=140 (18% of max value = 765). Red value is 136 (53.52% from 255 or 97.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 136 - color contains mainly: red. Hex color #880103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880103 is #77FEFC. Grayscale: #292929. Windows color (decimal): -7864061 or 197000. OLE color: 197000.

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

Color convert

RGB13613-
CMYK00.990.980.47
HSL359.11º98.54%26.86%-
HSV(B)359.11º99.26%53.33%-
XYZ10.185.260.57-
YUV41.59106.23195.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 97.14%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=97.14%
G=0.71%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361300.990.980.47359.1198.5426.86
Hex8813063622F167631b
Octal2101301431425754714333
Binary10001000111011000111100010101111101100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880103; }

 p { color: rgb(136,1,3); }

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

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

 a { background-color: rgb(136,1,3); }

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

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

 span { border-color: rgb(136,1,3); }

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