Html Css Color HEX #4E253A Barossa

📋 copy color: '#4E253A'

red 78 ◦ green 37 ◦ blue 58

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

Shades of Barossa #4E253A

Tints of Barossa #4E253A

RGB

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

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

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

R = 45.09%
G = 21.39%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#4E253A (or 0x4E253A) is known color: Barossa. HEX triplet: 4E, 25 and 3A. RGB value is (78,37,58). Sum of RGB (Red+Green+Blue) = 78+37+58=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E253A is #B1DAC5. Grayscale: #333333. Windows color (decimal): -11655878 or 3810638. OLE color: 3810638.

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

Color convert

RGB 78 37 58 -
CMYK 0 0.53 0.26 0.69
HSL 329.27º 0.36% 0.23% -
HSV(B) 329.27º 0.53% 0.31% -
XYZ 4.57 3.25 4.39 -
YUV 51.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 78 37 58 0 0.53 0.26 0.69 329.27 0.36 0.23
Hex 4E 25 3A 0 35 1A 45 149 24 17
Octal 116 45 72 0 65 32 105 511 44 27
Binary 1001110 100101 111010 0 110101 11010 1000101 101001001 100100 10111

Color Harmonies of #4E253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E253A

Black with #4E253A

Text Example


Text Example

White with #4E253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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