Html Css Color HEX #832334 Shiraz

📋 copy color: '#832334'

red 131 ◦ green 35 ◦ blue 52

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

Shades of Shiraz #832334

Tints of Shiraz #832334

RGB

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

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

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

R = 60.09%
G = 16.06%
B = 23.85%

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

#832334 (or 0x832334) is known color: Shiraz. HEX triplet: 83, 23 and 34. RGB value is (131,35,52). Sum of RGB (Red+Green+Blue) = 131+35+52=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #832334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832334 is #7CDCCB. Grayscale: #414141. Windows color (decimal): -8182988 or 3416963. OLE color: 3416963.

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

Color convert

RGB 131 35 52 -
CMYK 0 0.73 0.60 0.49
HSL 349.38º 0.58% 0.33% -
HSV(B) 349.38º 0.73% 0.51% -
XYZ 10.58 6.28 3.9 -
YUV 65.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 131 35 52 0 0.73 0.60 0.49 349.38 0.58 0.33
Hex 83 23 34 0 49 3C 31 15D 3A 21
Octal 203 43 64 0 111 74 61 535 72 41
Binary 10000011 100011 110100 0 1001001 111100 110001 101011101 111010 100001

Color Harmonies of #832334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832334

Black with #832334

Text Example


Text Example

White with #832334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832334; }

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

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

background-color css

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

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

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

border-color css

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

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

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