Html Css Color HEX #822536 Shiraz

📋 copy color: '#822536'

red 130 ◦ green 37 ◦ blue 54

#822536
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #822536

Tints of Shiraz #822536

RGB

 RED value IS 130 (51.17% from 255) = 58.82%

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 58.82%
G = 16.74%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#822536 (or 0x822536) is known color: Shiraz. HEX triplet: 82, 25 and 36. RGB value is (130,37,54). Sum of RGB (Red+Green+Blue) = 130+37+54=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #822536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822536 is #7DDAC9. Grayscale: #424242. Windows color (decimal): -8248010 or 3548546. OLE color: 3548546.

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

Color convert

RGB 130 37 54 -
CMYK 0 0.72 0.58 0.49
HSL 349.03º 0.56% 0.33% -
HSV(B) 349.03º 0.72% 0.51% -
XYZ 10.53 6.34 4.16 -
YUV 66.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 130 37 54 0 0.72 0.58 0.49 349.03 0.56 0.33
Hex 82 25 36 0 48 3A 31 15D 38 21
Octal 202 45 66 0 110 72 61 535 70 41
Binary 10000010 100101 110110 0 1001000 111010 110001 101011101 111000 100001

Color Harmonies of #822536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822536

Black with #822536

Text Example


Text Example

White with #822536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822536; }

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

 H1.HeaderClassName
 {
   color: #822536;
 }
 .AnyTagClassName
 {
   color: #822536;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #822536;
 }
 .BgClassName
 {
   background-color: #822536;
 }
</style>

border-color css

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

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

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