Html Css Color HEX #832B33 Shiraz

📋 copy color: '#832B33'

red 131 ◦ green 43 ◦ blue 51

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

Shades of Shiraz #832B33

Tints of Shiraz #832B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

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

R = 58.22%
G = 19.11%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#832B33 (or 0x832B33) is known color: Shiraz. HEX triplet: 83, 2B and 33. RGB value is (131,43,51). Sum of RGB (Red+Green+Blue) = 131+43+51=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #832B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B33 is #7CD4CC. Grayscale: #464646. Windows color (decimal): -8180941 or 3353475. OLE color: 3353475.

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

Color convert

RGB 131 43 51 -
CMYK 0 0.67 0.61 0.49
HSL 354.55º 0.51% 0.34% -
HSV(B) 354.55º 0.67% 0.51% -
XYZ 10.82 6.79 3.87 -
YUV 70.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 131 43 51 0 0.67 0.61 0.49 354.55 0.51 0.34
Hex 83 2B 33 0 43 3D 31 163 33 22
Octal 203 53 63 0 103 75 61 543 63 42
Binary 10000011 101011 110011 0 1000011 111101 110001 101100011 110011 100010

Color Harmonies of #832B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832B33

Black with #832B33

Text Example


Text Example

White with #832B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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