#58242E

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

Shades of Black Rose #58242E

Tints of Black Rose #58242E

Color information

#58242E (or 0x58242E) is unknown color: approx Black Rose. HEX triplet: 58, 24 and 2E. RGB value is (88,36,46). Sum of RGB (Red+Green+Blue) = 88+36+46=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58242E is #A7DBD1. Grayscale: #343434. Windows color (decimal): -11000786 or 3023960. OLE color: 3023960.

HSL color Cylindrical-coordinate representation of color #58242E: hue angle of 348.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 #58242E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB883646-
CMYK00.590.480.65
HSL348.46º41.94%24.31%-
HSV(B)348.46º59.09%34.51%-
XYZ5.153.533-
YUV52.69124.23153.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=51.76%
G=21.18%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88364600.590.480.65348.4641.9424.31
Hex58242E03B304115c2a18
Octal1304456073601015345230
Binary10110001001001011100111011110000100000110101110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58242E; }

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

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

<style>
 a { background-color: #58242E; }

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

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

<style>
 span { border-color: #58242E; }

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

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