#882338

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

Shades of Shiraz #882338

Tints of Shiraz #882338

Color information

#882338 (or 0x882338) is unknown color: approx Shiraz. HEX triplet: 88, 23 and 38. RGB value is (136,35,56). Sum of RGB (Red+Green+Blue) = 136+35+56=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882338 is #77DCC7. Grayscale: #434343. Windows color (decimal): -7855304 or 3679112. OLE color: 3679112.

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

Color convert

RGB1363556-
CMYK00.740.590.47
HSL347.52º59.06%33.53%-
HSV(B)347.52º74.26%53.33%-
XYZ11.476.724.43-
YUV67.59121.46176.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=59.91%
G=15.42%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136355600.740.590.47347.5259.0633.53
Hex88233804A3B2F15c3b22
Octal2104370011273575347342
Binary1000100010001111100001001010111011101111101011100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882338; }

 p { color: rgb(136,35,56); }

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

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

 a { background-color: rgb(136,35,56); }

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

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

 span { border-color: rgb(136,35,56); }

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