#82203D

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

Shades of Shiraz #82203D

Tints of Shiraz #82203D

Color information

#82203D (or 0x82203D) is unknown color: approx Shiraz. HEX triplet: 82, 20 and 3D. RGB value is (130,32,61). Sum of RGB (Red+Green+Blue) = 130+32+61=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82203D is #7DDFC2. Grayscale: #404040. Windows color (decimal): -8249283 or 4006018. OLE color: 4006018.

HSL color Cylindrical-coordinate representation of color #82203D: hue angle of 342.24º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82203D is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1303261-
CMYK00.750.530.49
HSL342.24º60.49%31.76%-
HSV(B)342.24º75.38%50.98%-
XYZ10.566.125.04-
YUV64.61125.97174.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=58.30%
G=14.35%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130326100.750.530.49342.2460.4931.76
Hex82203D04B35311563c20
Octal2024075011365615267440
Binary1000001010000011110101001011110101110001101010110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,32,61); }

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

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

 a { background-color: rgb(130,32,61); }

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

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

 span { border-color: rgb(130,32,61); }

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