Html Css Color HEX #822C34 Shiraz

📋 copy color: '#822C34'

red 130 ◦ green 44 ◦ blue 52

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

Shades of Shiraz #822C34

Tints of Shiraz #822C34

RGB

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

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

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

R = 57.52%
G = 19.47%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#822C34 (or 0x822C34) is known color: Shiraz. HEX triplet: 82, 2C and 34. RGB value is (130,44,52). Sum of RGB (Red+Green+Blue) = 130+44+52=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #822C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C34 is #7DD3CB. Grayscale: #464646. Windows color (decimal): -8246220 or 3419266. OLE color: 3419266.

HSL color Cylindrical-coordinate representation of color #822C34: hue angle of 354.42º 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 #822C34 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 44 52 -
CMYK 0 0.66 0.60 0.49
HSL 354.42º 0.49% 0.34% -
HSV(B) 354.42º 0.66% 0.51% -
XYZ 10.73 6.8 4 -
YUV 70.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 130 44 52 0 0.66 0.60 0.49 354.42 0.49 0.34
Hex 82 2C 34 0 42 3C 31 162 31 22
Octal 202 54 64 0 102 74 61 542 61 42
Binary 10000010 101100 110100 0 1000010 111100 110001 101100010 110001 100010

Color Harmonies of #822C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C34

Black with #822C34

Text Example


Text Example

White with #822C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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