#88233E

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

Shades of Shiraz #88233E

Tints of Shiraz #88233E

Color information

#88233E (or 0x88233E) is unknown color: approx Shiraz. HEX triplet: 88, 23 and 3E. RGB value is (136,35,62). Sum of RGB (Red+Green+Blue) = 136+35+62=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88233E is #77DCC1. Grayscale: #444444. Windows color (decimal): -7855298 or 4072328. OLE color: 4072328.

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

Color convert

RGB1363562-
CMYK00.740.540.47
HSL343.96º59.06%33.53%-
HSV(B)343.96º74.26%53.33%-
XYZ11.626.785.25-
YUV68.28124.46176.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=58.37%
G=15.02%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136356200.740.540.47343.9659.0633.53
Hex88233E04A362F1583b22
Octal2104376011266575307342
Binary1000100010001111111001001010110110101111101011000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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