#58282F

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

Shades of Jazz #58282F

Tints of Jazz #58282F

Color information

#58282F (or 0x58282F) is unknown color: approx Jazz. HEX triplet: 58, 28 and 2F. RGB value is (88,40,47). Sum of RGB (Red+Green+Blue) = 88+40+47=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58282F is #A7D7D0. Grayscale: #373737. Windows color (decimal): -10999761 or 3090520. OLE color: 3090520.

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

Color convert

RGB884047-
CMYK00.550.470.65
HSL351.25º37.5%25.1%-
HSV(B)351.25º54.55%34.51%-
XYZ5.33.83.14-
YUV55.15123.4151.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=50.29%
G=22.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88404700.550.470.65351.2537.525.1
Hex58282F0372F4115f2619
Octal1305057067571015374631
Binary10110001010001011110110111101111100000110101111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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