Html Css Color HEX #832C33 Shiraz

📋 copy color: '#832C33'

red 131 ◦ green 44 ◦ blue 51

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

Shades of Shiraz #832C33

Tints of Shiraz #832C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.47%

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

R = 57.96%
G = 19.47%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#832C33 (or 0x832C33) is known color: Shiraz. HEX triplet: 83, 2C and 33. RGB value is (131,44,51). Sum of RGB (Red+Green+Blue) = 131+44+51=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #832C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C33 is #7CD3CC. Grayscale: #464646. Windows color (decimal): -8180685 or 3353731. OLE color: 3353731.

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

Color convert

RGB 131 44 51 -
CMYK 0 0.66 0.61 0.49
HSL 355.17º 0.5% 0.34% -
HSV(B) 355.17º 0.66% 0.51% -
XYZ 10.86 6.87 3.88 -
YUV 70.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 131 44 51 0 0.66 0.61 0.49 355.17 0.5 0.34
Hex 83 2C 33 0 42 3D 31 163 32 22
Octal 203 54 63 0 102 75 61 543 62 42
Binary 10000011 101100 110011 0 1000010 111101 110001 101100011 110010 100010

Color Harmonies of #832C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C33

Black with #832C33

Text Example


Text Example

White with #832C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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