#80243A

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

Shades of Shiraz #80243A

Tints of Shiraz #80243A

Color information

#80243A (or 0x80243A) is unknown color: approx Shiraz. HEX triplet: 80, 24 and 3A. RGB value is (128,36,58). Sum of RGB (Red+Green+Blue) = 128+36+58=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80243A is #7FDBC5. Grayscale: #424242. Windows color (decimal): -8379334 or 3810432. OLE color: 3810432.

HSL color Cylindrical-coordinate representation of color #80243A: hue angle of 345.65º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80243A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1283658-
CMYK00.720.550.50
HSL345.65º56.1%32.16%-
HSV(B)345.65º71.88%50.2%-
XYZ10.36.164.65-
YUV66.02123.48172.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=57.66%
G=16.22%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128365800.720.550.50345.6556.132.16
Hex80243A048373215a3820
Octal2004472011067625327040
Binary1000000010010011101001001000110111110010101011010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,36,58); }

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

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

 a { background-color: rgb(128,36,58); }

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

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

 span { border-color: rgb(128,36,58); }

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