#582F40

Color #582F40 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #582F40

Tints of Black Rose #582F40

Color information

#582F40 (or 0x582F40) is unknown color: approx Black Rose. HEX triplet: 58, 2F and 40. RGB value is (88,47,64). Sum of RGB (Red+Green+Blue) = 88+47+64=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F40 is #A7D0BF. Grayscale: #3D3D3D. Windows color (decimal): -10997952 or 4206424. OLE color: 4206424.

HSL color Cylindrical-coordinate representation of color #582F40: hue angle of 335.12º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F40 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB884764-
CMYK00.470.270.65
HSL335.12º30.37%26.47%-
HSV(B)335.12º46.59%34.51%-
XYZ5.974.485.4-
YUV61.2129.58147.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=44.22%
G=23.62%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88476400.470.270.65335.1230.3726.47
Hex582F4002F1B4114f1e1a
Octal13057100057331015173632
Binary1011000101111100000001011111101110000011010011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F40; }

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

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

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

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

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

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

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

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