Html Css Color HEX #4E2539 Barossa

📋 copy color: '#4E2539'

red 78 ◦ green 37 ◦ blue 57

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

Shades of Barossa #4E2539

Tints of Barossa #4E2539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 57 (22.66% from 255) = 33.14%

R = 45.35%
G = 21.51%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#4E2539 (or 0x4E2539) is known color: Barossa. HEX triplet: 4E, 25 and 39. RGB value is (78,37,57). Sum of RGB (Red+Green+Blue) = 78+37+57=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2539 is #B1DAC6. Grayscale: #333333. Windows color (decimal): -11655879 or 3745102. OLE color: 3745102.

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

Color convert

RGB 78 37 57 -
CMYK 0 0.53 0.27 0.69
HSL 330.73º 0.36% 0.23% -
HSV(B) 330.73º 0.53% 0.31% -
XYZ 4.54 3.24 4.26 -
YUV 51.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 78 37 57 0 0.53 0.27 0.69 330.73 0.36 0.23
Hex 4E 25 39 0 35 1B 45 14B 24 17
Octal 116 45 71 0 65 33 105 513 44 27
Binary 1001110 100101 111001 0 110101 11011 1000101 101001011 100100 10111

Color Harmonies of #4E2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2539

Black with #4E2539

Text Example


Text Example

White with #4E2539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,57); }

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

background-color css

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

 a { background-color: rgb(78,37,57); }

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

border-color css

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

 span { border-color: rgb(78,37,57); }

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