Html Css Color HEX #4E273B Barossa

📋 copy color: '#4E273B'

red 78 ◦ green 39 ◦ blue 59

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

Shades of Barossa #4E273B

Tints of Barossa #4E273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 59 (23.44% from 255) = 33.52%

R = 44.32%
G = 22.16%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4E273B (or 0x4E273B) is known color: Barossa. HEX triplet: 4E, 27 and 3B. RGB value is (78,39,59). Sum of RGB (Red+Green+Blue) = 78+39+59=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E273B is #B1D8C4. Grayscale: #343434. Windows color (decimal): -11655365 or 3876686. OLE color: 3876686.

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

Color convert

RGB 78 39 59 -
CMYK 0 0.50 0.24 0.69
HSL 329.23º 0.33% 0.23% -
HSV(B) 329.23º 0.5% 0.31% -
XYZ 4.66 3.39 4.55 -
YUV 52.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 78 39 59 0 0.50 0.24 0.69 329.23 0.33 0.23
Hex 4E 27 3B 0 32 18 45 149 21 17
Octal 116 47 73 0 62 30 105 511 41 27
Binary 1001110 100111 111011 0 110010 11000 1000101 101001001 100001 10111

Color Harmonies of #4E273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E273B

Black with #4E273B

Text Example


Text Example

White with #4E273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,39,59); }

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

background-color css

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

 a { background-color: rgb(78,39,59); }

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

border-color css

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

 span { border-color: rgb(78,39,59); }

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