Html Css Color HEX #822835 Shiraz

📋 copy color: '#822835'

red 130 ◦ green 40 ◦ blue 53

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

Shades of Shiraz #822835

Tints of Shiraz #822835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 58.3%
G = 17.94%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#822835 (or 0x822835) is known color: Shiraz. HEX triplet: 82, 28 and 35. RGB value is (130,40,53). Sum of RGB (Red+Green+Blue) = 130+40+53=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822835 is #7DD7CA. Grayscale: #444444. Windows color (decimal): -8247243 or 3483778. OLE color: 3483778.

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

Color convert

RGB 130 40 53 -
CMYK 0 0.69 0.59 0.49
HSL 351.33º 0.53% 0.33% -
HSV(B) 351.33º 0.69% 0.51% -
XYZ 10.61 6.52 4.07 -
YUV 68.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 130 40 53 0 0.69 0.59 0.49 351.33 0.53 0.33
Hex 82 28 35 0 45 3B 31 15F 35 21
Octal 202 50 65 0 105 73 61 537 65 41
Binary 10000010 101000 110101 0 1000101 111011 110001 101011111 110101 100001

Color Harmonies of #822835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822835

Black with #822835

Text Example


Text Example

White with #822835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822835; }

 p { color: rgb(130,40,53); }

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

background-color css

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

 a { background-color: rgb(130,40,53); }

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

border-color css

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

 span { border-color: rgb(130,40,53); }

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