Html Css Color HEX #822639 Shiraz

📋 copy color: '#822639'

red 130 ◦ green 38 ◦ blue 57

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

Shades of Shiraz #822639

Tints of Shiraz #822639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 57.78%
G = 16.89%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#822639 (or 0x822639) is known color: Shiraz. HEX triplet: 82, 26 and 39. RGB value is (130,38,57). Sum of RGB (Red+Green+Blue) = 130+38+57=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #822639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822639 is #7DD9C6. Grayscale: #434343. Windows color (decimal): -8247751 or 3745410. OLE color: 3745410.

HSL color Cylindrical-coordinate representation of color #822639: hue angle of 347.61º 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 #822639 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 57 -
CMYK 0 0.71 0.56 0.49
HSL 347.61º 0.55% 0.33% -
HSV(B) 347.61º 0.71% 0.51% -
XYZ 10.64 6.43 4.55 -
YUV 67.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 130 38 57 0 0.71 0.56 0.49 347.61 0.55 0.33
Hex 82 26 39 0 47 38 31 15C 37 21
Octal 202 46 71 0 107 70 61 534 67 41
Binary 10000010 100110 111001 0 1000111 111000 110001 101011100 110111 100001

Color Harmonies of #822639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822639

Black with #822639

Text Example


Text Example

White with #822639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822639; }

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

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

background-color css

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

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

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

border-color css

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

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

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