#58252D

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

Shades of Black Rose #58252D

Tints of Black Rose #58252D

Color information

#58252D (or 0x58252D) is unknown color: approx Black Rose. HEX triplet: 58, 25 and 2D. RGB value is (88,37,45). Sum of RGB (Red+Green+Blue) = 88+37+45=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58252D is #A7DAD2. Grayscale: #353535. Windows color (decimal): -11000531 or 2958680. OLE color: 2958680.

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

Color convert

RGB883745-
CMYK00.580.490.65
HSL350.59º40.8%24.51%-
HSV(B)350.59º57.95%34.51%-
XYZ5.163.592.9-
YUV53.16123.4152.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=51.76%
G=21.76%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88374500.580.490.65350.5940.824.51
Hex58252D03A314115f2919
Octal1304555072611015375131
Binary10110001001011011010111010110001100000110101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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