#58152F

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

Shades of Black Rose #58152F

Tints of Black Rose #58152F

Color information

#58152F (or 0x58152F) is unknown color: approx Black Rose. HEX triplet: 58, 15 and 2F. RGB value is (88,21,47). Sum of RGB (Red+Green+Blue) = 88+21+47=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58152F is #A7EAD0. Grayscale: #2B2B2B. Windows color (decimal): -11004625 or 3085656. OLE color: 3085656.

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

Color convert

RGB882147-
CMYK00.760.470.65
HSL336.72º61.47%21.37%-
HSV(B)336.72º76.14%34.51%-
XYZ4.812.822.98-
YUV44129.7159.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=56.41%
G=13.46%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88214700.760.470.65336.7261.4721.37
Hex58152F04C2F411513d15
Octal13025570114571015217525
Binary10110001010110111101001100101111100000110101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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