Html Css Color HEX #822634 Shiraz

📋 copy color: '#822634'

red 130 ◦ green 38 ◦ blue 52

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

Shades of Shiraz #822634

Tints of Shiraz #822634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 59.09%
G = 17.27%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#822634 (or 0x822634) is known color: Shiraz. HEX triplet: 82, 26 and 34. RGB value is (130,38,52). Sum of RGB (Red+Green+Blue) = 130+38+52=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #822634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822634 is #7DD9CB. Grayscale: #434343. Windows color (decimal): -8247756 or 3417730. OLE color: 3417730.

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

Color convert

RGB 130 38 52 -
CMYK 0 0.71 0.60 0.49
HSL 350.87º 0.55% 0.33% -
HSV(B) 350.87º 0.71% 0.51% -
XYZ 10.52 6.38 3.93 -
YUV 67.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 130 38 52 0 0.71 0.60 0.49 350.87 0.55 0.33
Hex 82 26 34 0 47 3C 31 15F 37 21
Octal 202 46 64 0 107 74 61 537 67 41
Binary 10000010 100110 110100 0 1000111 111100 110001 101011111 110111 100001

Color Harmonies of #822634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822634

Black with #822634

Text Example


Text Example

White with #822634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822634; }

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

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

background-color css

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

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

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

border-color css

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

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

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