#80223D

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

Shades of Shiraz #80223D

Tints of Shiraz #80223D

Color information

#80223D (or 0x80223D) is unknown color: approx Shiraz. HEX triplet: 80, 22 and 3D. RGB value is (128,34,61). Sum of RGB (Red+Green+Blue) = 128+34+61=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80223D is #7FDDC2. Grayscale: #414141. Windows color (decimal): -8379843 or 4006528. OLE color: 4006528.

HSL color Cylindrical-coordinate representation of color #80223D: hue angle of 342.77º degrees, saturation: 0.58, 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 #80223D is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1283461-
CMYK00.730.520.50
HSL342.77º58.02%31.76%-
HSV(B)342.77º73.44%50.2%-
XYZ10.326.075.04-
YUV65.18125.64172.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=57.40%
G=15.25%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128346100.730.520.50342.7758.0231.76
Hex80223D04934321573a20
Octal2004275011164625277240
Binary1000000010001011110101001001110100110010101010111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80223D; }

 p { color: rgb(128,34,61); }

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

<style>
 a { background-color: #80223D; }

 a { background-color: rgb(128,34,61); }

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

<style>
 span { border-color: #80223D; }

 span { border-color: rgb(128,34,61); }

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