Html Css Color HEX #583134 Jazz

📋 copy color: '#583134'

red 88 ◦ green 49 ◦ blue 52

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

Shades of Jazz #583134

Tints of Jazz #583134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 46.56%
G = 25.93%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#583134 (or 0x583134) is known color: Jazz. HEX triplet: 58, 31 and 34. RGB value is (88,49,52). Sum of RGB (Red+Green+Blue) = 88+49+52=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #583134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583134 is #A7CECB. Grayscale: #3D3D3D. Windows color (decimal): -10997452 or 3420504. OLE color: 3420504.

HSL color Cylindrical-coordinate representation of color #583134: hue angle of 355.38º 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 #583134 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 49 52 -
CMYK 0 0.44 0.41 0.65
HSL 355.38º 0.28% 0.27% -
HSV(B) 355.38º 0.44% 0.35% -
XYZ 5.74 4.52 3.82 -
YUV 61 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 88 49 52 0 0.44 0.41 0.65 355.38 0.28 0.27
Hex 58 31 34 0 2C 29 41 163 1C 1B
Octal 130 61 64 0 54 51 101 543 34 33
Binary 1011000 110001 110100 0 101100 101001 1000001 101100011 11100 11011

Color Harmonies of #583134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583134

Black with #583134

Text Example


Text Example

White with #583134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583134; }

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

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

background-color css

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

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

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

border-color css

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

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

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