#58243A

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

Shades of Black Rose #58243A

Tints of Black Rose #58243A

Color information

#58243A (or 0x58243A) is unknown color: approx Black Rose. HEX triplet: 58, 24 and 3A. RGB value is (88,36,58). Sum of RGB (Red+Green+Blue) = 88+36+58=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58243A is #A7DBC5. Grayscale: #363636. Windows color (decimal): -11000774 or 3810392. OLE color: 3810392.

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

Color convert

RGB883658-
CMYK00.590.340.65
HSL334.62º41.94%24.31%-
HSV(B)334.62º59.09%34.51%-
XYZ5.423.644.42-
YUV54.06130.23152.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=48.35%
G=19.78%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88365800.590.340.65334.6241.9424.31
Hex58243A03B224114f2a18
Octal1304472073421015175230
Binary10110001001001110100111011100010100000110100111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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