Html Css Color HEX #58292C Jazz

📋 copy color: '#58292C'

red 88 ◦ green 41 ◦ blue 44

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

Shades of Jazz #58292C

Tints of Jazz #58292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 50.87%
G = 23.7%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58292C (or 0x58292C) is known color: Jazz. HEX triplet: 58, 29 and 2C. RGB value is (88,41,44). Sum of RGB (Red+Green+Blue) = 88+41+44=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292C is #A7D6D3. Grayscale: #373737. Windows color (decimal): -10999508 or 2894168. OLE color: 2894168.

HSL color Cylindrical-coordinate representation of color #58292C: hue angle of 356.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58292C is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 44 -
CMYK 0 0.53 0.5 0.65
HSL 356.17º 0.36% 0.25% -
HSV(B) 356.17º 0.53% 0.35% -
XYZ 5.27 3.84 2.85 -
YUV 55.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 88 41 44 0 0.53 0.5 0.65 356.17 0.36 0.25
Hex 58 29 2C 0 35 32 41 164 24 19
Octal 130 51 54 0 65 62 101 544 44 31
Binary 1011000 101001 101100 0 110101 110010 1000001 101100100 100100 11001

Color Harmonies of #58292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58292C

Black with #58292C

Text Example


Text Example

White with #58292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58292C; }

 p { color: rgb(88,41,44); }

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

background-color css

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

 a { background-color: rgb(88,41,44); }

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

border-color css

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

 span { border-color: rgb(88,41,44); }

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