Html Css Color HEX #832736 Shiraz

📋 copy color: '#832736'

red 131 ◦ green 39 ◦ blue 54

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

Shades of Shiraz #832736

Tints of Shiraz #832736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 58.48%
G = 17.41%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#832736 (or 0x832736) is known color: Shiraz. HEX triplet: 83, 27 and 36. RGB value is (131,39,54). Sum of RGB (Red+Green+Blue) = 131+39+54=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #832736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832736 is #7CD8C9. Grayscale: #444444. Windows color (decimal): -8181962 or 3549059. OLE color: 3549059.

HSL color Cylindrical-coordinate representation of color #832736: hue angle of 350.22º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832736 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 54 -
CMYK 0 0.70 0.59 0.49
HSL 350.22º 0.54% 0.33% -
HSV(B) 350.22º 0.7% 0.51% -
XYZ 10.75 6.54 4.19 -
YUV 68.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 131 39 54 0 0.70 0.59 0.49 350.22 0.54 0.33
Hex 83 27 36 0 46 3B 31 15E 36 21
Octal 203 47 66 0 106 73 61 536 66 41
Binary 10000011 100111 110110 0 1000110 111011 110001 101011110 110110 100001

Color Harmonies of #832736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832736

Black with #832736

Text Example


Text Example

White with #832736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832736; }

 p { color: rgb(131,39,54); }

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

background-color css

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

 a { background-color: rgb(131,39,54); }

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

border-color css

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

 span { border-color: rgb(131,39,54); }

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