Html Css Color HEX #832339 Shiraz

📋 copy color: '#832339'

red 131 ◦ green 35 ◦ blue 57

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

Shades of Shiraz #832339

Tints of Shiraz #832339

RGB

 RED value IS 131 (51.56% from 255) = 58.74%

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 58.74%
G = 15.7%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#832339 (or 0x832339) is known color: Shiraz. HEX triplet: 83, 23 and 39. RGB value is (131,35,57). Sum of RGB (Red+Green+Blue) = 131+35+57=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #832339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832339 is #7CDCC6. Grayscale: #424242. Windows color (decimal): -8182983 or 3744643. OLE color: 3744643.

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

Color convert

RGB 131 35 57 -
CMYK 0 0.73 0.56 0.49
HSL 346.25º 0.58% 0.33% -
HSV(B) 346.25º 0.73% 0.51% -
XYZ 10.7 6.32 4.53 -
YUV 66.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 131 35 57 0 0.73 0.56 0.49 346.25 0.58 0.33
Hex 83 23 39 0 49 38 31 15A 3A 21
Octal 203 43 71 0 111 70 61 532 72 41
Binary 10000011 100011 111001 0 1001001 111000 110001 101011010 111010 100001

Color Harmonies of #832339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832339

Black with #832339

Text Example


Text Example

White with #832339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832339; }

 p { color: rgb(131,35,57); }

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

background-color css

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

 a { background-color: rgb(131,35,57); }

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

border-color css

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

 span { border-color: rgb(131,35,57); }

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