Html Css Color HEX #822D34 Shiraz

📋 copy color: '#822D34'

red 130 ◦ green 45 ◦ blue 52

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

Shades of Shiraz #822D34

Tints of Shiraz #822D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 57.27%
G = 19.82%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#822D34 (or 0x822D34) is known color: Shiraz. HEX triplet: 82, 2D and 34. RGB value is (130,45,52). Sum of RGB (Red+Green+Blue) = 130+45+52=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #822D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D34 is #7DD2CB. Grayscale: #474747. Windows color (decimal): -8245964 or 3419522. OLE color: 3419522.

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

Color convert

RGB 130 45 52 -
CMYK 0 0.65 0.60 0.49
HSL 355.06º 0.49% 0.34% -
HSV(B) 355.06º 0.65% 0.51% -
XYZ 10.76 6.87 4.01 -
YUV 71.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 130 45 52 0 0.65 0.60 0.49 355.06 0.49 0.34
Hex 82 2D 34 0 41 3C 31 163 31 22
Octal 202 55 64 0 101 74 61 543 61 42
Binary 10000010 101101 110100 0 1000001 111100 110001 101100011 110001 100010

Color Harmonies of #822D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D34

Black with #822D34

Text Example


Text Example

White with #822D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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