Html Css Color HEX #832333 Shiraz

📋 copy color: '#832333'

red 131 ◦ green 35 ◦ blue 51

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

Shades of Shiraz #832333

Tints of Shiraz #832333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 60.37%
G = 16.13%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#832333 (or 0x832333) is known color: Shiraz. HEX triplet: 83, 23 and 33. RGB value is (131,35,51). Sum of RGB (Red+Green+Blue) = 131+35+51=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #832333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832333 is #7CDCCC. Grayscale: #414141. Windows color (decimal): -8182989 or 3351427. OLE color: 3351427.

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

Color convert

RGB 131 35 51 -
CMYK 0 0.73 0.61 0.49
HSL 350º 0.58% 0.33% -
HSV(B) 350º 0.73% 0.51% -
XYZ 10.56 6.27 3.78 -
YUV 65.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 131 35 51 0 0.73 0.61 0.49 350 0.58 0.33
Hex 83 23 33 0 49 3D 31 15E 3A 21
Octal 203 43 63 0 111 75 61 536 72 41
Binary 10000011 100011 110011 0 1001001 111101 110001 101011110 111010 100001

Color Harmonies of #832333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832333

Black with #832333

Text Example


Text Example

White with #832333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832333; }

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

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

background-color css

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

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

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

border-color css

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

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

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