#88233B

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

Shades of Shiraz #88233B

Tints of Shiraz #88233B

Color information

#88233B (or 0x88233B) is unknown color: approx Shiraz. HEX triplet: 88, 23 and 3B. RGB value is (136,35,59). Sum of RGB (Red+Green+Blue) = 136+35+59=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88233B is #77DCC4. Grayscale: #434343. Windows color (decimal): -7855301 or 3875720. OLE color: 3875720.

HSL color Cylindrical-coordinate representation of color #88233B: hue angle of 345.74º 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 #88233B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1363559-
CMYK00.740.570.47
HSL345.74º59.06%33.53%-
HSV(B)345.74º74.26%53.33%-
XYZ11.546.754.83-
YUV67.94122.96176.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=59.13%
G=15.22%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136355900.740.570.47345.7459.0633.53
Hex88233B04A392F15a3b22
Octal2104373011271575327342
Binary1000100010001111101101001010111001101111101011010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88233B; }

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

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

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

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

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

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

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

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