Html Css Color HEX #4E252E Black Rose

📋 copy color: '#4E252E'

red 78 ◦ green 37 ◦ blue 46

#4E252E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #4E252E

Tints of Black Rose #4E252E

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 value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4E252E (or 0x4E252E) is known color: 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

RGB 78 37 46 -
CMYK 0 0.53 0.41 0.69
HSL 346.83º 0.36% 0.23% -
HSV(B) 346.83º 0.53% 0.31% -
XYZ 4.3 3.14 2.96 -
YUV 50.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 78 37 46 0 0.53 0.41 0.69 346.83 0.36 0.23
Hex 4E 25 2E 0 35 29 45 15B 24 17
Octal 116 45 56 0 65 51 105 533 44 27
Binary 1001110 100101 101110 0 110101 101001 1000101 101011011 100100 10111

Color Harmonies of #4E252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E252E

Black with #4E252E

Text Example


Text Example

White with #4E252E

Text Example


Text Example

HTML Codes & Css Web 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>