#583135

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

Shades of Jazz #583135

Tints of Jazz #583135

Color information

#583135 (or 0x583135) is unknown color: approx Jazz. HEX triplet: 58, 31 and 35. RGB value is (88,49,53). Sum of RGB (Red+Green+Blue) = 88+49+53=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #583135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583135 is #A7CECA. Grayscale: #3D3D3D. Windows color (decimal): -10997451 or 3486040. OLE color: 3486040.

HSL color Cylindrical-coordinate representation of color #583135: hue angle of 353.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #583135 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB884953-
CMYK00.440.400.65
HSL353.85º28.47%26.86%-
HSV(B)353.85º44.32%34.51%-
XYZ5.774.533.94-
YUV61.12123.42147.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=46.32%
G=25.79%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88495300.440.400.65353.8528.4726.86
Hex58313502C28411621c1b
Octal1306165054501015423433
Binary1011000110001110101010110010100010000011011000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583135; }

 p { color: rgb(88,49,53); }

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

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

 a { background-color: rgb(88,49,53); }

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

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

 span { border-color: rgb(88,49,53); }

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