Html Css Color HEX #4E222F Black Rose

📋 copy color: '#4E222F'

red 78 ◦ green 34 ◦ blue 47

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

Shades of Black Rose #4E222F

Tints of Black Rose #4E222F

RGB

 RED value IS 78 (30.86% from 255) = 49.06%

 GREEN value IS 34 (13.67% from 255) = 21.38%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 49.06%
G = 21.38%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E222F (or 0x4E222F) is known color: Black Rose. HEX triplet: 4E, 22 and 2F. RGB value is (78,34,47). Sum of RGB (Red+Green+Blue) = 78+34+47=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E222F is #B1DDD0. Grayscale: #303030. Windows color (decimal): -11656657 or 3088974. OLE color: 3088974.

HSL color Cylindrical-coordinate representation of color #4E222F: hue angle of 342.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E222F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 34 47 -
CMYK 0 0.56 0.40 0.69
HSL 342.27º 0.39% 0.22% -
HSV(B) 342.27º 0.56% 0.31% -
XYZ 4.23 2.97 3.04 -
YUV 48.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 78 34 47 0 0.56 0.40 0.69 342.27 0.39 0.22
Hex 4E 22 2F 0 38 28 45 156 27 16
Octal 116 42 57 0 70 50 105 526 47 26
Binary 1001110 100010 101111 0 111000 101000 1000101 101010110 100111 10110

Color Harmonies of #4E222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E222F

Black with #4E222F

Text Example


Text Example

White with #4E222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,34,47); }

 H1.HeaderClassName
 {
   color: #4E222F;
 }
 .AnyTagClassName
 {
   color: #4E222F;
 }
</style>

background-color css

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

 a { background-color: rgb(78,34,47); }

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

border-color css

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

 span { border-color: rgb(78,34,47); }

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