Html Css Color HEX #4E223D Barossa

📋 copy color: '#4E223D'

red 78 ◦ green 34 ◦ blue 61

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

Shades of Barossa #4E223D

Tints of Barossa #4E223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 45.09%
G = 19.65%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4E223D (or 0x4E223D) is known color: Barossa. HEX triplet: 4E, 22 and 3D. RGB value is (78,34,61). Sum of RGB (Red+Green+Blue) = 78+34+61=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E223D is #B1DDC2. Grayscale: #323232. Windows color (decimal): -11656643 or 4006478. OLE color: 4006478.

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

Color convert

RGB 78 34 61 -
CMYK 0 0.56 0.22 0.69
HSL 323.18º 0.39% 0.22% -
HSV(B) 323.18º 0.56% 0.31% -
XYZ 4.56 3.1 4.77 -
YUV 50.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 78 34 61 0 0.56 0.22 0.69 323.18 0.39 0.22
Hex 4E 22 3D 0 38 16 45 143 27 16
Octal 116 42 75 0 70 26 105 503 47 26
Binary 1001110 100010 111101 0 111000 10110 1000101 101000011 100111 10110

Color Harmonies of #4E223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E223D

Black with #4E223D

Text Example


Text Example

White with #4E223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,34,61); }

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

background-color css

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

 a { background-color: rgb(78,34,61); }

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

border-color css

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

 span { border-color: rgb(78,34,61); }

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