#88183C

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

Shades of Shiraz #88183C

Tints of Shiraz #88183C

Color information

#88183C (or 0x88183C) is unknown color: approx Shiraz. HEX triplet: 88, 18 and 3C. RGB value is (136,24,60). Sum of RGB (Red+Green+Blue) = 136+24+60=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88183C is #77E7C3. Grayscale: #3D3D3D. Windows color (decimal): -7858116 or 3938440. OLE color: 3938440.

HSL color Cylindrical-coordinate representation of color #88183C: hue angle of 340.71º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88183C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1362460-
CMYK00.820.560.47
HSL340.71º70%31.37%-
HSV(B)340.71º82.35%53.33%-
XYZ11.36.214.88-
YUV61.59127.11181.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.82%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=61.82%
G=10.91%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136246000.820.560.47340.717031.37
Hex88183C052382F155461f
Octal21030740122705752510637
Binary100010001100011110001010010111000101111101010101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88183C; }

 p { color: rgb(136,24,60); }

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

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

 a { background-color: rgb(136,24,60); }

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

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

 span { border-color: rgb(136,24,60); }

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