#58243B

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

Shades of Black Rose #58243B

Tints of Black Rose #58243B

Color information

#58243B (or 0x58243B) is unknown color: approx Black Rose. HEX triplet: 58, 24 and 3B. RGB value is (88,36,59). Sum of RGB (Red+Green+Blue) = 88+36+59=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58243B is #A7DBC4. Grayscale: #363636. Windows color (decimal): -11000773 or 3875928. OLE color: 3875928.

HSL color Cylindrical-coordinate representation of color #58243B: hue angle of 333.46º 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 #58243B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB883659-
CMYK00.590.330.65
HSL333.46º41.94%24.31%-
HSV(B)333.46º59.09%34.51%-
XYZ5.443.654.56-
YUV54.17130.73152.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=48.09%
G=19.67%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88365900.590.330.65333.4641.9424.31
Hex58243B03B214114d2a18
Octal1304473073411015155230
Binary10110001001001110110111011100001100000110100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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