#82243A

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

Shades of Shiraz #82243A

Tints of Shiraz #82243A

Color information

#82243A (or 0x82243A) is unknown color: approx Shiraz. HEX triplet: 82, 24 and 3A. RGB value is (130,36,58). Sum of RGB (Red+Green+Blue) = 130+36+58=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82243A is #7DDBC5. Grayscale: #424242. Windows color (decimal): -8248262 or 3810434. OLE color: 3810434.

HSL color Cylindrical-coordinate representation of color #82243A: hue angle of 345.96º degrees, saturation: 0.57, 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 #82243A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1303658-
CMYK00.720.550.49
HSL345.96º56.63%32.55%-
HSV(B)345.96º72.31%50.98%-
XYZ10.66.314.66-
YUV66.61123.14173.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=58.04%
G=16.07%
B=25.89%

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
Decimal130365800.720.550.49345.9656.6332.55
Hex82243A048373115a3921
Octal2024472011067615327141
Binary1000001010010011101001001000110111110001101011010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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