#5D2030

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

Shades of Black Rose #5D2030

Tints of Black Rose #5D2030

Color information

#5D2030 (or 0x5D2030) is unknown color: approx Black Rose. HEX triplet: 5D, 20 and 30. RGB value is (93,32,48). Sum of RGB (Red+Green+Blue) = 93+32+48=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2030 is #A2DFCF. Grayscale: #343434. Windows color (decimal): -10674128 or 3154013. OLE color: 3154013.

HSL color Cylindrical-coordinate representation of color #5D2030: hue angle of 344.26º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2030 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB933248-
CMYK00.660.480.64
HSL344.26º48.8%24.51%-
HSV(B)344.26º65.59%36.47%-
XYZ5.563.573.19-
YUV52.06125.71157.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.76%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=53.76%
G=18.50%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93324800.660.480.64344.2648.824.51
Hex5D203004230401583119
Octal13540600102601005306131
Binary101110110000011000001000010110000100000010101100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D2030; }

 p { color: rgb(93,32,48); }

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

<style>
 a { background-color: #5D2030; }

 a { background-color: rgb(93,32,48); }

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

<style>
 span { border-color: #5D2030; }

 span { border-color: rgb(93,32,48); }

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