#4E252D

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

Shades of Black Rose #4E252D

Tints of Black Rose #4E252D

Color information

#4E252D (or 0x4E252D) is unknown color: approx Black Rose. HEX triplet: 4E, 25 and 2D. RGB value is (78,37,45). Sum of RGB (Red+Green+Blue) = 78+37+45=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E252D is #B1DAD2. Grayscale: #323232. Windows color (decimal): -11655891 or 2958670. OLE color: 2958670.

HSL color Cylindrical-coordinate representation of color #4E252D: hue angle of 348.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E252D is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB783745-
CMYK00.530.420.69
HSL348.29º35.65%22.55%-
HSV(B)348.29º52.56%30.59%-
XYZ4.283.132.86-
YUV50.17125.08147.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.75%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=48.75%
G=23.12%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78374500.530.420.69348.2935.6522.55
Hex4E252D0352A4515c2417
Octal1164555065521055344427
Binary10011101001011011010110101101010100010110101110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,37,45); }

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

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

 a { background-color: rgb(78,37,45); }

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

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

 span { border-color: rgb(78,37,45); }

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