Html Css Color HEX #4E222E Black Rose

📋 copy color: '#4E222E'

red 78 ◦ green 34 ◦ blue 46

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

Shades of Black Rose #4E222E

Tints of Black Rose #4E222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 49.37%
G = 21.52%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4E222E (or 0x4E222E) is known color: Black Rose. HEX triplet: 4E, 22 and 2E. RGB value is (78,34,46). Sum of RGB (Red+Green+Blue) = 78+34+46=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E222E is #B1DDD1. Grayscale: #303030. Windows color (decimal): -11656658 or 3023438. OLE color: 3023438.

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

Color convert

RGB 78 34 46 -
CMYK 0 0.56 0.41 0.69
HSL 343.64º 0.39% 0.22% -
HSV(B) 343.64º 0.56% 0.31% -
XYZ 4.21 2.96 2.93 -
YUV 48.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 78 34 46 0 0.56 0.41 0.69 343.64 0.39 0.22
Hex 4E 22 2E 0 38 29 45 158 27 16
Octal 116 42 56 0 70 51 105 530 47 26
Binary 1001110 100010 101110 0 111000 101001 1000101 101011000 100111 10110

Color Harmonies of #4E222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E222E

Black with #4E222E

Text Example


Text Example

White with #4E222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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