#58273c

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

Shades of Black Rose #58273C

Tints of Black Rose #58273C

Color information

#58273C (or 0x58273C) is unknown color: approx Black Rose. HEX triplet: 58, 27 and 3C. RGB value is (88,39,60). Sum of RGB (Red+Green+Blue) = 88+39+60=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58273C is #A7D8C3. Grayscale: #383838. Windows color (decimal): -11000004 or 3942232. OLE color: 3942232.

HSL color Cylindrical-coordinate representation of color #58273C: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58273C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB883960-
CMYK00.560.320.65
HSL334.29º38.58%24.9%-
HSV(B)334.29º55.68%34.51%-
XYZ5.573.854.73-
YUV56.04130.23150.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=47.06%
G=20.86%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88396000.560.320.65334.2938.5824.9
Hex58273C038204114e2719
Octal1304774070401015164731
Binary10110001001111111000111000100000100000110100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58273c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58273c; }

 p { color: rgb(88,39,60); }

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

<style>
 a { background-color: #58273c; }

 a { background-color: rgb(88,39,60); }

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

<style>
 span { border-color: #58273c; }

 span { border-color: rgb(88,39,60); }

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