Html Css Color HEX #832434 Shiraz

📋 copy color: '#832434'

red 131 ◦ green 36 ◦ blue 52

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

Shades of Shiraz #832434

Tints of Shiraz #832434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 59.82%
G = 16.44%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832434 (or 0x832434) is known color: Shiraz. HEX triplet: 83, 24 and 34. RGB value is (131,36,52). Sum of RGB (Red+Green+Blue) = 131+36+52=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #832434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832434 is #7CDBCB. Grayscale: #424242. Windows color (decimal): -8182732 or 3417219. OLE color: 3417219.

HSL color Cylindrical-coordinate representation of color #832434: hue angle of 349.89º degrees, saturation: 0.57, 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 #832434 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 52 -
CMYK 0 0.73 0.60 0.49
HSL 349.89º 0.57% 0.33% -
HSV(B) 349.89º 0.73% 0.51% -
XYZ 10.61 6.33 3.91 -
YUV 66.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 131 36 52 0 0.73 0.60 0.49 349.89 0.57 0.33
Hex 83 24 34 0 49 3C 31 15E 39 21
Octal 203 44 64 0 111 74 61 536 71 41
Binary 10000011 100100 110100 0 1001001 111100 110001 101011110 111001 100001

Color Harmonies of #832434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832434

Black with #832434

Text Example


Text Example

White with #832434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832434; }

 p { color: rgb(131,36,52); }

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

background-color css

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

 a { background-color: rgb(131,36,52); }

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

border-color css

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

 span { border-color: rgb(131,36,52); }

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