Html Css Color HEX #4E213E Barossa

📋 copy color: '#4E213E'

red 78 ◦ green 33 ◦ blue 62

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

Shades of Barossa #4E213E

Tints of Barossa #4E213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

 BLUE value IS 62 (24.61% from 255) = 35.84%

R = 45.09%
G = 19.08%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#4E213E (or 0x4E213E) is known color: Barossa. HEX triplet: 4E, 21 and 3E. RGB value is (78,33,62). Sum of RGB (Red+Green+Blue) = 78+33+62=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E213E is #B1DEC1. Grayscale: #313131. Windows color (decimal): -11656898 or 4071758. OLE color: 4071758.

HSL color Cylindrical-coordinate representation of color #4E213E: hue angle of 321.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E213E is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 33 62 -
CMYK 0 0.58 0.21 0.69
HSL 321.33º 0.41% 0.22% -
HSV(B) 321.33º 0.58% 0.31% -
XYZ 4.56 3.06 4.91 -
YUV 49.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 78 33 62 0 0.58 0.21 0.69 321.33 0.41 0.22
Hex 4E 21 3E 0 3A 15 45 141 29 16
Octal 116 41 76 0 72 25 105 501 51 26
Binary 1001110 100001 111110 0 111010 10101 1000101 101000001 101001 10110

Color Harmonies of #4E213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E213E

Black with #4E213E

Text Example


Text Example

White with #4E213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,62); }

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

background-color css

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

 a { background-color: rgb(78,33,62); }

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

border-color css

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

 span { border-color: rgb(78,33,62); }

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