#58282E

Color #58282E Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #58282E

Tints of Jazz #58282E

Color information

#58282E (or 0x58282E) is unknown color: approx Jazz. HEX triplet: 58, 28 and 2E. RGB value is (88,40,46). Sum of RGB (Red+Green+Blue) = 88+40+46=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282E is #A7D7D1. Grayscale: #373737. Windows color (decimal): -10999762 or 3024984. OLE color: 3024984.

HSL color Cylindrical-coordinate representation of color #58282E: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58282E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB884046-
CMYK00.550.480.65
HSL352.5º37.5%25.1%-
HSV(B)352.5º54.55%34.51%-
XYZ5.283.793.04-
YUV55.04122.9151.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=50.57%
G=22.99%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88404600.550.480.65352.537.525.1
Hex58282E03730411602619
Octal1305056067601015404631
Binary10110001010001011100110111110000100000110110000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58282E;
 }
 .AnyTagClassName
 {
   color: #58282E;
 }
</style>
background-color css

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

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

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

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

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

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