#4D2531

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

Shades of Black Rose #4D2531

Tints of Black Rose #4D2531

Color information

#4D2531 (or 0x4D2531) is unknown color: approx Black Rose. HEX triplet: 4D, 25 and 31. RGB value is (77,37,49). Sum of RGB (Red+Green+Blue) = 77+37+49=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2531 is #B2DACE. Grayscale: #323232. Windows color (decimal): -11721423 or 3220813. OLE color: 3220813.

HSL color Cylindrical-coordinate representation of color #4D2531: hue angle of 342º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2531 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB773749-
CMYK00.520.360.70
HSL342º35.09%22.35%-
HSV(B)342º51.95%30.2%-
XYZ4.283.123.28-
YUV50.33127.25147.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.24%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=47.24%
G=22.70%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77374900.520.360.7034235.0922.35
Hex4D253103424461562316
Octal1154561064441065264326
Binary10011011001011100010110100100100100011010101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D2531; }

 p { color: rgb(77,37,49); }

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

<style>
 a { background-color: #4D2531; }

 a { background-color: rgb(77,37,49); }

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

<style>
 span { border-color: #4D2531; }

 span { border-color: rgb(77,37,49); }

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