#88233A

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

Shades of Shiraz #88233A

Tints of Shiraz #88233A

Color information

#88233A (or 0x88233A) is unknown color: approx Shiraz. HEX triplet: 88, 23 and 3A. RGB value is (136,35,58). Sum of RGB (Red+Green+Blue) = 136+35+58=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88233A is #77DCC5. Grayscale: #434343. Windows color (decimal): -7855302 or 3810184. OLE color: 3810184.

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

Color convert

RGB1363558-
CMYK00.740.570.47
HSL346.34º59.06%33.53%-
HSV(B)346.34º74.26%53.33%-
XYZ11.526.744.7-
YUV67.82122.46176.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=59.39%
G=15.28%
B=25.33%

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
Decimal136355800.740.570.47346.3459.0633.53
Hex88233A04A392F15a3b22
Octal2104372011271575327342
Binary1000100010001111101001001010111001101111101011010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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