Html Css Color HEX #822C33 Shiraz

📋 copy color: '#822C33'

red 130 ◦ green 44 ◦ blue 51

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

Shades of Shiraz #822C33

Tints of Shiraz #822C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 57.78%
G = 19.56%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#822C33 (or 0x822C33) is known color: Shiraz. HEX triplet: 82, 2C and 33. RGB value is (130,44,51). Sum of RGB (Red+Green+Blue) = 130+44+51=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #822C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C33 is #7DD3CC. Grayscale: #464646. Windows color (decimal): -8246221 or 3353730. OLE color: 3353730.

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

Color convert

RGB 130 44 51 -
CMYK 0 0.66 0.61 0.49
HSL 355.12º 0.49% 0.34% -
HSV(B) 355.12º 0.66% 0.51% -
XYZ 10.7 6.79 3.88 -
YUV 70.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 130 44 51 0 0.66 0.61 0.49 355.12 0.49 0.34
Hex 82 2C 33 0 42 3D 31 163 31 22
Octal 202 54 63 0 102 75 61 543 61 42
Binary 10000010 101100 110011 0 1000010 111101 110001 101100011 110001 100010

Color Harmonies of #822C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C33

Black with #822C33

Text Example


Text Example

White with #822C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,44,51); }

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

background-color css

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

 a { background-color: rgb(130,44,51); }

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

border-color css

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

 span { border-color: rgb(130,44,51); }

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