Html Css Color HEX #832039 Shiraz

📋 copy color: '#832039'

red 131 ◦ green 32 ◦ blue 57

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

Shades of Shiraz #832039

Tints of Shiraz #832039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

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

R = 59.55%
G = 14.55%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#832039 (or 0x832039) is known color: Shiraz. HEX triplet: 83, 20 and 39. RGB value is (131,32,57). Sum of RGB (Red+Green+Blue) = 131+32+57=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832039 is #7CDFC6. Grayscale: #404040. Windows color (decimal): -8183751 or 3743875. OLE color: 3743875.

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

Color convert

RGB 131 32 57 -
CMYK 0 0.76 0.56 0.49
HSL 344.85º 0.61% 0.32% -
HSV(B) 344.85º 0.76% 0.51% -
XYZ 10.62 6.15 4.5 -
YUV 64.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 131 32 57 0 0.76 0.56 0.49 344.85 0.61 0.32
Hex 83 20 39 0 4C 38 31 159 3D 20
Octal 203 40 71 0 114 70 61 531 75 40
Binary 10000011 100000 111001 0 1001100 111000 110001 101011001 111101 100000

Color Harmonies of #832039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832039

Black with #832039

Text Example


Text Example

White with #832039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832039; }

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

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

background-color css

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

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

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

border-color css

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

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

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