Html Css Color HEX #4E2338 Barossa

📋 copy color: '#4E2338'

red 78 ◦ green 35 ◦ blue 56

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

Shades of Barossa #4E2338

Tints of Barossa #4E2338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 46.15%
G = 20.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#4E2338 (or 0x4E2338) is known color: Barossa. HEX triplet: 4E, 23 and 38. RGB value is (78,35,56). Sum of RGB (Red+Green+Blue) = 78+35+56=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2338 is #B1DCC7. Grayscale: #323232. Windows color (decimal): -11656392 or 3679054. OLE color: 3679054.

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

Color convert

RGB 78 35 56 -
CMYK 0 0.55 0.28 0.69
HSL 330.7º 0.38% 0.22% -
HSV(B) 330.7º 0.55% 0.31% -
XYZ 4.46 3.11 4.11 -
YUV 50.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 78 35 56 0 0.55 0.28 0.69 330.7 0.38 0.22
Hex 4E 23 38 0 37 1C 45 14B 26 16
Octal 116 43 70 0 67 34 105 513 46 26
Binary 1001110 100011 111000 0 110111 11100 1000101 101001011 100110 10110

Color Harmonies of #4E2338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2338

Black with #4E2338

Text Example


Text Example

White with #4E2338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,35,56); }

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

background-color css

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

 a { background-color: rgb(78,35,56); }

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

border-color css

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

 span { border-color: rgb(78,35,56); }

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