#58243C

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

Shades of Black Rose #58243C

Tints of Black Rose #58243C

Color information

#58243C (or 0x58243C) is unknown color: approx Black Rose. HEX triplet: 58, 24 and 3C. RGB value is (88,36,60). Sum of RGB (Red+Green+Blue) = 88+36+60=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58243C is #A7DBC3. Grayscale: #363636. Windows color (decimal): -11000772 or 3941464. OLE color: 3941464.

HSL color Cylindrical-coordinate representation of color #58243C: hue angle of 332.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58243C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB883660-
CMYK00.590.320.65
HSL332.31º41.94%24.31%-
HSV(B)332.31º59.09%34.51%-
XYZ5.473.664.69-
YUV54.28131.23152.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=47.83%
G=19.57%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88366000.590.320.65332.3141.9424.31
Hex58243C03B204114c2a18
Octal1304474073401015145230
Binary10110001001001111000111011100000100000110100110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58243C; }

 p { color: rgb(88,36,60); }

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

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

 a { background-color: rgb(88,36,60); }

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

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

 span { border-color: rgb(88,36,60); }

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