#58252F

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

Shades of Black Rose #58252F

Tints of Black Rose #58252F

Color information

#58252F (or 0x58252F) is unknown color: approx Black Rose. HEX triplet: 58, 25 and 2F. RGB value is (88,37,47). Sum of RGB (Red+Green+Blue) = 88+37+47=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58252F is #A7DAD0. Grayscale: #353535. Windows color (decimal): -11000529 or 3089752. OLE color: 3089752.

HSL color Cylindrical-coordinate representation of color #58252F: hue angle of 348.24º 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 #58252F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB883747-
CMYK00.580.470.65
HSL348.24º40.8%24.51%-
HSV(B)348.24º57.95%34.51%-
XYZ5.23.63.11-
YUV53.39124.4152.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=51.16%
G=21.51%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88374700.580.470.65348.2440.824.51
Hex58252F03A2F4115c2919
Octal1304557072571015345131
Binary10110001001011011110111010101111100000110101110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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