#882835

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

Shades of Shiraz #882835

Tints of Shiraz #882835

Color information

#882835 (or 0x882835) is unknown color: approx Shiraz. HEX triplet: 88, 28 and 35. RGB value is (136,40,53). Sum of RGB (Red+Green+Blue) = 136+40+53=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882835 is #77D7CA. Grayscale: #464646. Windows color (decimal): -7854027 or 3483784. OLE color: 3483784.

HSL color Cylindrical-coordinate representation of color #882835: hue angle of 351.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882835 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1364053-
CMYK00.710.610.47
HSL351.88º54.55%34.51%-
HSV(B)351.88º70.59%53.33%-
XYZ11.557.014.11-
YUV70.19118.3174.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=59.39%
G=17.47%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136405300.710.610.47351.8854.5534.51
Hex8828350473D2F1603723
Octal2105065010775575406743
Binary1000100010100011010101000111111101101111101100000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882835; }

 p { color: rgb(136,40,53); }

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

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

 a { background-color: rgb(136,40,53); }

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

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

 span { border-color: rgb(136,40,53); }

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