#5D2532

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

Shades of Black Rose #5D2532

Tints of Black Rose #5D2532

Color information

#5D2532 (or 0x5D2532) is unknown color: approx Black Rose. HEX triplet: 5D, 25 and 32. RGB value is (93,37,50). Sum of RGB (Red+Green+Blue) = 93+37+50=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2532 is #A2DACD. Grayscale: #373737. Windows color (decimal): -10672846 or 3286365. OLE color: 3286365.

HSL color Cylindrical-coordinate representation of color #5D2532: hue angle of 346.07º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2532 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB933750-
CMYK00.600.460.64
HSL346.07º43.08%25.49%-
HSV(B)346.07º60.22%36.47%-
XYZ5.753.883.46-
YUV55.23125.05154.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.67%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=51.67%
G=20.56%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93375000.600.460.64346.0743.0825.49
Hex5D253203C2E4015a2b19
Octal1354562074561005325331
Binary10111011001011100100111100101110100000010101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,37,50); }

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

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

 a { background-color: rgb(93,37,50); }

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

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

 span { border-color: rgb(93,37,50); }

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