#582C3F

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

Shades of Black Rose #582C3F

Tints of Black Rose #582C3F

Color information

#582C3F (or 0x582C3F) is unknown color: approx Black Rose. HEX triplet: 58, 2C and 3F. RGB value is (88,44,63). Sum of RGB (Red+Green+Blue) = 88+44+63=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C3F is #A7D3C0. Grayscale: #3B3B3B. Windows color (decimal): -10998721 or 4140120. OLE color: 4140120.

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

Color convert

RGB884463-
CMYK00.50.280.65
HSL334.09º33.33%25.88%-
HSV(B)334.09º50%34.51%-
XYZ5.824.235.21-
YUV59.32130.08148.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 63 (25% from 255) = 32.31%
R=45.13%
G=22.56%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88446300.50.280.65334.0933.3325.88
Hex582C3F0321C4114e211a
Octal1305477062341015164132
Binary1011000101100111111011001011100100000110100111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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