#822F34

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

Shades of Shiraz #822F34

Tints of Shiraz #822F34

Color information

#822F34 (or 0x822F34) is unknown color: approx Shiraz. HEX triplet: 82, 2F and 34. RGB value is (130,47,52). Sum of RGB (Red+Green+Blue) = 130+47+52=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #822F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F34 is #7DD0CB. Grayscale: #484848. Windows color (decimal): -8245452 or 3420034. OLE color: 3420034.

HSL color Cylindrical-coordinate representation of color #822F34: hue angle of 356.39º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F34 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1304752-
CMYK00.640.600.49
HSL356.39º46.89%34.71%-
HSV(B)356.39º63.85%50.98%-
XYZ10.847.034.03-
YUV72.39116.5169.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=56.77%
G=20.52%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130475200.640.600.49356.3946.8934.71
Hex822F340403C311642f23
Octal2025764010074615445743
Binary1000001010111111010001000000111100110001101100100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822F34; }

 p { color: rgb(130,47,52); }

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

<style>
 a { background-color: #822F34; }

 a { background-color: rgb(130,47,52); }

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

<style>
 span { border-color: #822F34; }

 span { border-color: rgb(130,47,52); }

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