#4E252E

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

Shades of Black Rose #4E252E

Tints of Black Rose #4E252E

Color information

#4E252E (or 0x4E252E) is unknown color: approx Black Rose. HEX triplet: 4E, 25 and 2E. RGB value is (78,37,46). Sum of RGB (Red+Green+Blue) = 78+37+46=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E252E is #B1DAD1. Grayscale: #323232. Windows color (decimal): -11655890 or 3024206. OLE color: 3024206.

HSL color Cylindrical-coordinate representation of color #4E252E: hue angle of 346.83º 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 #4E252E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB783746-
CMYK00.530.410.69
HSL346.83º35.65%22.55%-
HSV(B)346.83º52.56%30.59%-
XYZ4.33.142.96-
YUV50.28125.58147.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=48.45%
G=22.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78374600.530.410.69346.8335.6522.55
Hex4E252E035294515b2417
Octal1164556065511055334427
Binary10011101001011011100110101101001100010110101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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