#881837

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

Shades of Shiraz #881837

Tints of Shiraz #881837

Color information

#881837 (or 0x881837) is unknown color: approx Shiraz. HEX triplet: 88, 18 and 37. RGB value is (136,24,55). Sum of RGB (Red+Green+Blue) = 136+24+55=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #881837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881837 is #77E7C8. Grayscale: #3D3D3D. Windows color (decimal): -7858121 or 3610760. OLE color: 3610760.

HSL color Cylindrical-coordinate representation of color #881837: hue angle of 343.39º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881837 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1362455-
CMYK00.820.600.47
HSL343.39º70%31.37%-
HSV(B)343.39º82.35%53.33%-
XYZ11.176.164.22-
YUV61.02124.61181.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.26%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=63.26%
G=11.16%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136245500.820.600.47343.397031.37
Hex8818370523C2F157461f
Octal21030670122745752710637
Binary100010001100011011101010010111100101111101010111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881837; }

 p { color: rgb(136,24,55); }

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

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

 a { background-color: rgb(136,24,55); }

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

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

 span { border-color: rgb(136,24,55); }

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