Html Css Color HEX #58292F Jazz

📋 copy color: '#58292F'

red 88 ◦ green 41 ◦ blue 47

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

Shades of Jazz #58292F

Tints of Jazz #58292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 50%
G = 23.3%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58292F (or 0x58292F) is known color: Jazz. HEX triplet: 58, 29 and 2F. RGB value is (88,41,47). Sum of RGB (Red+Green+Blue) = 88+41+47=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #58292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58292F is #A7D6D0. Grayscale: #373737. Windows color (decimal): -10999505 or 3090776. OLE color: 3090776.

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

Color convert

RGB 88 41 47 -
CMYK 0 0.53 0.47 0.65
HSL 352.34º 0.36% 0.25% -
HSV(B) 352.34º 0.53% 0.35% -
XYZ 5.33 3.87 3.15 -
YUV 55.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 88 41 47 0 0.53 0.47 0.65 352.34 0.36 0.25
Hex 58 29 2F 0 35 2F 41 160 24 19
Octal 130 51 57 0 65 57 101 540 44 31
Binary 1011000 101001 101111 0 110101 101111 1000001 101100000 100100 11001

Color Harmonies of #58292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58292F

Black with #58292F

Text Example


Text Example

White with #58292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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