#58282C

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

Shades of Jazz #58282C

Tints of Jazz #58282C

Color information

#58282C (or 0x58282C) is unknown color: approx Jazz. HEX triplet: 58, 28 and 2C. RGB value is (88,40,44). Sum of RGB (Red+Green+Blue) = 88+40+44=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282C is #A7D7D3. Grayscale: #363636. Windows color (decimal): -10999764 or 2893912. OLE color: 2893912.

HSL color Cylindrical-coordinate representation of color #58282C: hue angle of 355º 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 #58282C is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB884044-
CMYK00.550.50.65
HSL355º37.5%25.1%-
HSV(B)355º54.55%34.51%-
XYZ5.243.772.84-
YUV54.81121.9151.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=51.16%
G=23.26%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88404400.550.50.6535537.525.1
Hex58282C03732411632619
Octal1305054067621015434631
Binary10110001010001011000110111110010100000110110001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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