#882834

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

Shades of Shiraz #882834

Tints of Shiraz #882834

Color information

#882834 (or 0x882834) is unknown color: approx Shiraz. HEX triplet: 88, 28 and 34. RGB value is (136,40,52). Sum of RGB (Red+Green+Blue) = 136+40+52=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882834 is #77D7CB. Grayscale: #464646. Windows color (decimal): -7854028 or 3418248. OLE color: 3418248.

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

Color convert

RGB1364052-
CMYK00.710.620.47
HSL352.5º54.55%34.51%-
HSV(B)352.5º70.59%53.33%-
XYZ11.5373.99-
YUV70.07117.8175.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.65%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=59.65%
G=17.54%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136405200.710.620.47352.554.5534.51
Hex8828340473E2F1603723
Octal2105064010776575406743
Binary1000100010100011010001000111111110101111101100000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882834; }

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

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

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

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

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

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

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

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