Html Css Color HEX #583132 Jazz

📋 copy color: '#583132'

red 88 ◦ green 49 ◦ blue 50

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

Shades of Jazz #583132

Tints of Jazz #583132

RGB

 RED value IS 88 (34.77% from 255) = 47.06%

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 47.06%
G = 26.2%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#583132 (or 0x583132) is known color: Jazz. HEX triplet: 58, 31 and 32. RGB value is (88,49,50). Sum of RGB (Red+Green+Blue) = 88+49+50=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #583132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583132 is #A7CECD. Grayscale: #3C3C3C. Windows color (decimal): -10997454 or 3289432. OLE color: 3289432.

HSL color Cylindrical-coordinate representation of color #583132: hue angle of 358.46º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #583132 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 49 50 -
CMYK 0 0.44 0.43 0.65
HSL 358.46º 0.28% 0.27% -
HSV(B) 358.46º 0.44% 0.35% -
XYZ 5.7 4.5 3.59 -
YUV 60.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 88 49 50 0 0.44 0.43 0.65 358.46 0.28 0.27
Hex 58 31 32 0 2C 2B 41 166 1C 1B
Octal 130 61 62 0 54 53 101 546 34 33
Binary 1011000 110001 110010 0 101100 101011 1000001 101100110 11100 11011

Color Harmonies of #583132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583132

Black with #583132

Text Example


Text Example

White with #583132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583132; }

 p { color: rgb(88,49,50); }

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

background-color css

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

 a { background-color: rgb(88,49,50); }

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

border-color css

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

 span { border-color: rgb(88,49,50); }

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