#880307

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

Shades of Sangria #880307

Tints of Sangria #880307

Color information

#880307 (or 0x880307) is unknown color: approx Sangria. HEX triplet: 88, 03 and 07. RGB value is (136,3,7). Sum of RGB (Red+Green+Blue) = 136+3+7=146 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.15% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 136 - color contains mainly: red. Hex color #880307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880307 is #77FCF8. Grayscale: #2B2B2B. Windows color (decimal): -7863545 or 459656. OLE color: 459656.

HSL color Cylindrical-coordinate representation of color #880307: hue angle of 358.2º 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 #880307 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB13637-
CMYK00.980.950.47
HSL358.2º95.68%27.25%-
HSV(B)358.2º97.79%53.33%-
XYZ10.225.310.69-
YUV43.22107.56194.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 93.15%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=93.15%
G=2.05%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363700.980.950.47358.295.6827.25
Hex88370625F2F166601b
Octal2103701421375754614033
Binary1000100011111011000101011111101111101100110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880307; }

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

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

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

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

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

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

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

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