#5D2935

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

Shades of Black Rose #5D2935

Tints of Black Rose #5D2935

Color information

#5D2935 (or 0x5D2935) is unknown color: approx Black Rose. HEX triplet: 5D, 29 and 35. RGB value is (93,41,53). Sum of RGB (Red+Green+Blue) = 93+41+53=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2935 is #A2D6CA. Grayscale: #393939. Windows color (decimal): -10671819 or 3483997. OLE color: 3483997.

HSL color Cylindrical-coordinate representation of color #5D2935: hue angle of 346.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D2935 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB934153-
CMYK00.560.430.64
HSL346.15º38.81%26.27%-
HSV(B)346.15º55.91%36.47%-
XYZ5.954.173.86-
YUV57.92125.23153.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.73%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=49.73%
G=21.93%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93415300.560.430.64346.1538.8126.27
Hex5D29350382B4015a271a
Octal1355165070531005324732
Binary10111011010011101010111000101011100000010101101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,53); }

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

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

 a { background-color: rgb(93,41,53); }

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

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

 span { border-color: rgb(93,41,53); }

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