Html Css Color HEX #4E3142 Barossa

📋 copy color: '#4E3142'

red 78 ◦ green 49 ◦ blue 66

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

Shades of Barossa #4E3142

Tints of Barossa #4E3142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 40.41%
G = 25.39%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E3142 (or 0x4E3142) is known color: Barossa. HEX triplet: 4E, 31 and 42. RGB value is (78,49,66). Sum of RGB (Red+Green+Blue) = 78+49+66=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3142 is #B1CEBD. Grayscale: #3B3B3B. Windows color (decimal): -11652798 or 4337998. OLE color: 4337998.

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

Color convert

RGB 78 49 66 -
CMYK 0 0.37 0.15 0.69
HSL 324.83º 0.23% 0.25% -
HSV(B) 324.83º 0.37% 0.31% -
XYZ 5.22 4.21 5.69 -
YUV 59.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 78 49 66 0 0.37 0.15 0.69 324.83 0.23 0.25
Hex 4E 31 42 0 25 F 45 145 17 19
Octal 116 61 102 0 45 17 105 505 27 31
Binary 1001110 110001 1000010 0 100101 1111 1000101 101000101 10111 11001

Color Harmonies of #4E3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3142

Black with #4E3142

Text Example


Text Example

White with #4E3142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,49,66); }

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

background-color css

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

 a { background-color: rgb(78,49,66); }

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

border-color css

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

 span { border-color: rgb(78,49,66); }

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