#582D3B

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

Shades of Black Rose #582D3B

Tints of Black Rose #582D3B

Color information

#582D3B (or 0x582D3B) is unknown color: approx Black Rose. HEX triplet: 58, 2D and 3B. RGB value is (88,45,59). Sum of RGB (Red+Green+Blue) = 88+45+59=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #582D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D3B is #A7D2C4. Grayscale: #3B3B3B. Windows color (decimal): -10998469 or 3878232. OLE color: 3878232.

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

Color convert

RGB884559-
CMYK00.490.330.65
HSL340.47º32.33%26.08%-
HSV(B)340.47º48.86%34.51%-
XYZ5.754.274.66-
YUV59.45127.75148.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 45 (17.97% from 255) = 23.44%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=45.83%
G=23.44%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88455900.490.330.65340.4732.3326.08
Hex582D3B0312141154201a
Octal1305573061411015244032
Binary10110001011011110110110001100001100000110101010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,59); }

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

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

 a { background-color: rgb(88,45,59); }

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

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

 span { border-color: rgb(88,45,59); }

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