Html Css Color HEX #4E293A Barossa

📋 copy color: '#4E293A'

red 78 ◦ green 41 ◦ blue 58

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

Shades of Barossa #4E293A

Tints of Barossa #4E293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 44.07%
G = 23.16%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#4E293A (or 0x4E293A) is known color: Barossa. HEX triplet: 4E, 29 and 3A. RGB value is (78,41,58). Sum of RGB (Red+Green+Blue) = 78+41+58=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E293A is #B1D6C5. Grayscale: #353535. Windows color (decimal): -11654854 or 3811662. OLE color: 3811662.

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

Color convert

RGB 78 41 58 -
CMYK 0 0.47 0.26 0.69
HSL 332.43º 0.31% 0.23% -
HSV(B) 332.43º 0.47% 0.31% -
XYZ 4.7 3.51 4.43 -
YUV 54 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 78 41 58 0 0.47 0.26 0.69 332.43 0.31 0.23
Hex 4E 29 3A 0 2F 1A 45 14C 1F 17
Octal 116 51 72 0 57 32 105 514 37 27
Binary 1001110 101001 111010 0 101111 11010 1000101 101001100 11111 10111

Color Harmonies of #4E293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E293A

Black with #4E293A

Text Example


Text Example

White with #4E293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,41,58); }

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

background-color css

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

 a { background-color: rgb(78,41,58); }

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

border-color css

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

 span { border-color: rgb(78,41,58); }

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