Html Css Color HEX #822B38 Shiraz

📋 copy color: '#822B38'

red 130 ◦ green 43 ◦ blue 56

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

Shades of Shiraz #822B38

Tints of Shiraz #822B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

 BLUE value IS 56 (22.27% from 255) = 24.45%

R = 56.77%
G = 18.78%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#822B38 (or 0x822B38) is known color: Shiraz. HEX triplet: 82, 2B and 38. RGB value is (130,43,56). Sum of RGB (Red+Green+Blue) = 130+43+56=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #822B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B38 is #7DD4C7. Grayscale: #464646. Windows color (decimal): -8246472 or 3681154. OLE color: 3681154.

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

Color convert

RGB 130 43 56 -
CMYK 0 0.67 0.57 0.49
HSL 351.03º 0.5% 0.34% -
HSV(B) 351.03º 0.67% 0.51% -
XYZ 10.78 6.76 4.48 -
YUV 70.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 130 43 56 0 0.67 0.57 0.49 351.03 0.5 0.34
Hex 82 2B 38 0 43 39 31 15F 32 22
Octal 202 53 70 0 103 71 61 537 62 42
Binary 10000010 101011 111000 0 1000011 111001 110001 101011111 110010 100010

Color Harmonies of #822B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B38

Black with #822B38

Text Example


Text Example

White with #822B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,43,56); }

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

background-color css

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

 a { background-color: rgb(130,43,56); }

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

border-color css

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

 span { border-color: rgb(130,43,56); }

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