#58253C

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

Shades of Black Rose #58253C

Tints of Black Rose #58253C

Color information

#58253C (or 0x58253C) is unknown color: approx Black Rose. HEX triplet: 58, 25 and 3C. RGB value is (88,37,60). Sum of RGB (Red+Green+Blue) = 88+37+60=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58253C is #A7DAC3. Grayscale: #363636. Windows color (decimal): -11000516 or 3941720. OLE color: 3941720.

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

Color convert

RGB883760-
CMYK00.580.320.65
HSL332.94º40.8%24.51%-
HSV(B)332.94º57.95%34.51%-
XYZ5.53.724.7-
YUV54.87130.9151.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=47.57%
G=20%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88376000.580.320.65332.9440.824.51
Hex58253C03A204114d2919
Octal1304574072401015155131
Binary10110001001011111000111010100000100000110100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58253C; }

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

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

<style>
 a { background-color: #58253C; }

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

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

<style>
 span { border-color: #58253C; }

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

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