#82253A

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

Shades of Shiraz #82253A

Tints of Shiraz #82253A

Color information

#82253A (or 0x82253A) is unknown color: approx Shiraz. HEX triplet: 82, 25 and 3A. RGB value is (130,37,58). Sum of RGB (Red+Green+Blue) = 130+37+58=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82253A is #7DDAC5. Grayscale: #434343. Windows color (decimal): -8248006 or 3810690. OLE color: 3810690.

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

Color convert

RGB1303758-
CMYK00.720.550.49
HSL346.45º55.69%32.75%-
HSV(B)346.45º71.54%50.98%-
XYZ10.636.374.67-
YUV67.2122.81172.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=57.78%
G=16.44%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130375800.720.550.49346.4555.6932.75
Hex82253A048373115a3821
Octal2024572011067615327041
Binary1000001010010111101001001000110111110001101011010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,37,58); }

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

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

 a { background-color: rgb(130,37,58); }

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

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

 span { border-color: rgb(130,37,58); }

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