#58162F

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

Shades of Black Rose #58162F

Tints of Black Rose #58162F

Color information

#58162F (or 0x58162F) is unknown color: approx Black Rose. HEX triplet: 58, 16 and 2F. RGB value is (88,22,47). Sum of RGB (Red+Green+Blue) = 88+22+47=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58162F is #A7E9D0. Grayscale: #2C2C2C. Windows color (decimal): -11004369 or 3085912. OLE color: 3085912.

HSL color Cylindrical-coordinate representation of color #58162F: hue angle of 337.27º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58162F is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB882247-
CMYK00.750.470.65
HSL337.27º60%21.57%-
HSV(B)337.27º75%34.51%-
XYZ4.822.852.99-
YUV44.58129.37158.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=56.05%
G=14.01%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88224700.750.470.65337.276021.57
Hex58162F04B2F411513c16
Octal13026570113571015217426
Binary10110001011010111101001011101111100000110101000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58162F; }

 p { color: rgb(88,22,47); }

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

<style>
 a { background-color: #58162F; }

 a { background-color: rgb(88,22,47); }

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

<style>
 span { border-color: #58162F; }

 span { border-color: rgb(88,22,47); }

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