#80233C

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

Shades of Shiraz #80233C

Tints of Shiraz #80233C

Color information

#80233C (or 0x80233C) is unknown color: approx Shiraz. HEX triplet: 80, 23 and 3C. RGB value is (128,35,60). Sum of RGB (Red+Green+Blue) = 128+35+60=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80233C is #7FDCC3. Grayscale: #414141. Windows color (decimal): -8379588 or 3941248. OLE color: 3941248.

HSL color Cylindrical-coordinate representation of color #80233C: hue angle of 343.87º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80233C is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1283560-
CMYK00.730.530.50
HSL343.87º57.06%31.96%-
HSV(B)343.87º72.66%50.2%-
XYZ10.326.124.91-
YUV65.66124.81172.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=57.40%
G=15.70%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128356000.730.530.50343.8757.0631.96
Hex80233C04935321583920
Octal2004374011165625307140
Binary1000000010001111110001001001110101110010101011000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,35,60); }

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

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

 a { background-color: rgb(128,35,60); }

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

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

 span { border-color: rgb(128,35,60); }

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