Html Css Color HEX #58292E Jazz

📋 copy color: '#58292E'

red 88 ◦ green 41 ◦ blue 46

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

Shades of Jazz #58292E

Tints of Jazz #58292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 50.29%
G = 23.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58292E (or 0x58292E) is known color: Jazz. HEX triplet: 58, 29 and 2E. RGB value is (88,41,46). Sum of RGB (Red+Green+Blue) = 88+41+46=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292E is #A7D6D1. Grayscale: #373737. Windows color (decimal): -10999506 or 3025240. OLE color: 3025240.

HSL color Cylindrical-coordinate representation of color #58292E: hue angle of 353.62º 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 #58292E is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 46 -
CMYK 0 0.53 0.48 0.65
HSL 353.62º 0.36% 0.25% -
HSV(B) 353.62º 0.53% 0.35% -
XYZ 5.31 3.86 3.05 -
YUV 55.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 88 41 46 0 0.53 0.48 0.65 353.62 0.36 0.25
Hex 58 29 2E 0 35 30 41 162 24 19
Octal 130 51 56 0 65 60 101 542 44 31
Binary 1011000 101001 101110 0 110101 110000 1000001 101100010 100100 11001

Color Harmonies of #58292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58292E

Black with #58292E

Text Example


Text Example

White with #58292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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