#82263A

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

Shades of Shiraz #82263A

Tints of Shiraz #82263A

Color information

#82263A (or 0x82263A) is unknown color: approx Shiraz. HEX triplet: 82, 26 and 3A. RGB value is (130,38,58). Sum of RGB (Red+Green+Blue) = 130+38+58=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82263A is #7DD9C5. Grayscale: #434343. Windows color (decimal): -8247750 or 3810946. OLE color: 3810946.

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

Color convert

RGB1303858-
CMYK00.710.550.49
HSL346.96º54.76%32.94%-
HSV(B)346.96º70.77%50.98%-
XYZ10.666.444.68-
YUV67.79122.48172.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.52%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=57.52%
G=16.81%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130385800.710.550.49346.9654.7632.94
Hex82263A047373115b3721
Octal2024672010767615336741
Binary1000001010011011101001000111110111110001101011011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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