#82243F

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

Shades of Shiraz #82243F

Tints of Shiraz #82243F

Color information

#82243F (or 0x82243F) is unknown color: approx Shiraz. HEX triplet: 82, 24 and 3F. RGB value is (130,36,63). Sum of RGB (Red+Green+Blue) = 130+36+63=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82243F is #7DDBC0. Grayscale: #434343. Windows color (decimal): -8248257 or 4138114. OLE color: 4138114.

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

Color convert

RGB1303663-
CMYK00.720.520.49
HSL342.77º56.63%32.55%-
HSV(B)342.77º72.31%50.98%-
XYZ10.736.375.37-
YUV67.18125.64172.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 63 (25% from 255) = 27.51%
R=56.77%
G=15.72%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130366300.720.520.49342.7756.6332.55
Hex82243F04834311573921
Octal2024477011064615277141
Binary1000001010010011111101001000110100110001101010111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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