#58202D

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

Shades of Black Rose #58202D

Tints of Black Rose #58202D

Color information

#58202D (or 0x58202D) is unknown color: approx Black Rose. HEX triplet: 58, 20 and 2D. RGB value is (88,32,45). Sum of RGB (Red+Green+Blue) = 88+32+45=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58202D is #A7DFD2. Grayscale: #323232. Windows color (decimal): -11001811 or 2957400. OLE color: 2957400.

HSL color Cylindrical-coordinate representation of color #58202D: hue angle of 346.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58202D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB883245-
CMYK00.640.490.65
HSL346.07º46.67%23.53%-
HSV(B)346.07º63.64%34.51%-
XYZ5.013.32.85-
YUV50.23125.05154.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=53.33%
G=19.39%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88324500.640.490.65346.0746.6723.53
Hex58202D040314115a2f18
Octal13040550100611015325730
Binary101100010000010110101000000110001100000110101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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