Html Css Color HEX #4E233C Barossa

📋 copy color: '#4E233C'

red 78 ◦ green 35 ◦ blue 60

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

Shades of Barossa #4E233C

Tints of Barossa #4E233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 45.09%
G = 20.23%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4E233C (or 0x4E233C) is known color: Barossa. HEX triplet: 4E, 23 and 3C. RGB value is (78,35,60). Sum of RGB (Red+Green+Blue) = 78+35+60=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E233C is #B1DCC3. Grayscale: #323232. Windows color (decimal): -11656388 or 3941198. OLE color: 3941198.

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

Color convert

RGB 78 35 60 -
CMYK 0 0.55 0.23 0.69
HSL 325.12º 0.38% 0.22% -
HSV(B) 325.12º 0.55% 0.31% -
XYZ 4.56 3.15 4.64 -
YUV 50.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 78 35 60 0 0.55 0.23 0.69 325.12 0.38 0.22
Hex 4E 23 3C 0 37 17 45 145 26 16
Octal 116 43 74 0 67 27 105 505 46 26
Binary 1001110 100011 111100 0 110111 10111 1000101 101000101 100110 10110

Color Harmonies of #4E233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E233C

Black with #4E233C

Text Example


Text Example

White with #4E233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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