Html Css Color HEX #58373A Jazz

📋 copy color: '#58373A'

red 88 ◦ green 55 ◦ blue 58

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

Shades of Jazz #58373A

Tints of Jazz #58373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 43.78%
G = 27.36%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58373A (or 0x58373A) is known color: Jazz. HEX triplet: 58, 37 and 3A. RGB value is (88,55,58). Sum of RGB (Red+Green+Blue) = 88+55+58=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58373A is #A7C8C5. Grayscale: #414141. Windows color (decimal): -10995910 or 3815256. OLE color: 3815256.

HSL color Cylindrical-coordinate representation of color #58373A: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58373A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 55 58 -
CMYK 0 0.38 0.34 0.65
HSL 354.55º 0.23% 0.28% -
HSV(B) 354.55º 0.38% 0.35% -
XYZ 6.15 5.11 4.67 -
YUV 65.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 88 55 58 0 0.38 0.34 0.65 354.55 0.23 0.28
Hex 58 37 3A 0 26 22 41 163 17 1C
Octal 130 67 72 0 46 42 101 543 27 34
Binary 1011000 110111 111010 0 100110 100010 1000001 101100011 10111 11100

Color Harmonies of #58373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58373A

Black with #58373A

Text Example


Text Example

White with #58373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58373A; }

 p { color: rgb(88,55,58); }

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

background-color css

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

 a { background-color: rgb(88,55,58); }

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

border-color css

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

 span { border-color: rgb(88,55,58); }

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