Html Css Color HEX #583032 Jazz

📋 copy color: '#583032'

red 88 ◦ green 48 ◦ blue 50

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

Shades of Jazz #583032

Tints of Jazz #583032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

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

R = 47.31%
G = 25.81%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#583032 (or 0x583032) is known color: Jazz. HEX triplet: 58, 30 and 32. RGB value is (88,48,50). Sum of RGB (Red+Green+Blue) = 88+48+50=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #583032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583032 is #A7CFCD. Grayscale: #3C3C3C. Windows color (decimal): -10997710 or 3289176. OLE color: 3289176.

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

Color convert

RGB 88 48 50 -
CMYK 0 0.45 0.43 0.65
HSL 357º 0.29% 0.27% -
HSV(B) 357º 0.45% 0.35% -
XYZ 5.66 4.42 3.57 -
YUV 60.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 88 48 50 0 0.45 0.43 0.65 357 0.29 0.27
Hex 58 30 32 0 2D 2B 41 165 1D 1B
Octal 130 60 62 0 55 53 101 545 35 33
Binary 1011000 110000 110010 0 101101 101011 1000001 101100101 11101 11011

Color Harmonies of #583032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583032

Black with #583032

Text Example


Text Example

White with #583032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583032; }

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

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

background-color css

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

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

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

border-color css

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

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

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