Html Css Color HEX #4C2839 Barossa

📋 copy color: '#4C2839'

red 76 ◦ green 40 ◦ blue 57

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

Shades of Barossa #4C2839

Tints of Barossa #4C2839

RGB

 RED value IS 76 (30.08% from 255) = 43.93%

 GREEN value IS 40 (16.02% from 255) = 23.12%

 BLUE value IS 57 (22.66% from 255) = 32.95%

R = 43.93%
G = 23.12%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4C2839 (or 0x4C2839) is known color: Barossa. HEX triplet: 4C, 28 and 39. RGB value is (76,40,57). Sum of RGB (Red+Green+Blue) = 76+40+57=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2839 is #B3D7C6. Grayscale: #343434. Windows color (decimal): -11786183 or 3745868. OLE color: 3745868.

HSL color Cylindrical-coordinate representation of color #4C2839: hue angle of 331.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C2839 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 57 -
CMYK 0 0.47 0.25 0.70
HSL 331.67º 0.31% 0.23% -
HSV(B) 331.67º 0.47% 0.3% -
XYZ 4.48 3.35 4.28 -
YUV 52.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 76 40 57 0 0.47 0.25 0.70 331.67 0.31 0.23
Hex 4C 28 39 0 2F 19 46 14C 1F 17
Octal 114 50 71 0 57 31 106 514 37 27
Binary 1001100 101000 111001 0 101111 11001 1000110 101001100 11111 10111

Color Harmonies of #4C2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2839

Black with #4C2839

Text Example


Text Example

White with #4C2839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,57); }

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

background-color css

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

 a { background-color: rgb(76,40,57); }

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

border-color css

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

 span { border-color: rgb(76,40,57); }

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