Html Css Color HEX #832038 Shiraz

📋 copy color: '#832038'

red 131 ◦ green 32 ◦ blue 56

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

Shades of Shiraz #832038

Tints of Shiraz #832038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

 BLUE value IS 56 (22.27% from 255) = 25.57%

R = 59.82%
G = 14.61%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#832038 (or 0x832038) is known color: Shiraz. HEX triplet: 83, 20 and 38. RGB value is (131,32,56). Sum of RGB (Red+Green+Blue) = 131+32+56=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #832038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832038 is #7CDFC7. Grayscale: #404040. Windows color (decimal): -8183752 or 3678339. OLE color: 3678339.

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

Color convert

RGB 131 32 56 -
CMYK 0 0.76 0.57 0.49
HSL 345.45º 0.61% 0.32% -
HSV(B) 345.45º 0.76% 0.51% -
XYZ 10.59 6.14 4.37 -
YUV 64.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 131 32 56 0 0.76 0.57 0.49 345.45 0.61 0.32
Hex 83 20 38 0 4C 39 31 159 3D 20
Octal 203 40 70 0 114 71 61 531 75 40
Binary 10000011 100000 111000 0 1001100 111001 110001 101011001 111101 100000

Color Harmonies of #832038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832038

Black with #832038

Text Example


Text Example

White with #832038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832038; }

 p { color: rgb(131,32,56); }

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

background-color css

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

 a { background-color: rgb(131,32,56); }

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

border-color css

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

 span { border-color: rgb(131,32,56); }

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