Html Css Color HEX #4C2939 Barossa

📋 copy color: '#4C2939'

red 76 ◦ green 41 ◦ blue 57

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

Shades of Barossa #4C2939

Tints of Barossa #4C2939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

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

R = 43.68%
G = 23.56%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4C2939 (or 0x4C2939) is known color: Barossa. HEX triplet: 4C, 29 and 39. RGB value is (76,41,57). Sum of RGB (Red+Green+Blue) = 76+41+57=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2939 is #B3D6C6. Grayscale: #353535. Windows color (decimal): -11785927 or 3746124. OLE color: 3746124.

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

Color convert

RGB 76 41 57 -
CMYK 0 0.46 0.25 0.70
HSL 332.57º 0.3% 0.23% -
HSV(B) 332.57º 0.46% 0.3% -
XYZ 4.51 3.42 4.29 -
YUV 53.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 76 41 57 0 0.46 0.25 0.70 332.57 0.3 0.23
Hex 4C 29 39 0 2E 19 46 14D 1E 17
Octal 114 51 71 0 56 31 106 515 36 27
Binary 1001100 101001 111001 0 101110 11001 1000110 101001101 11110 10111

Color Harmonies of #4C2939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2939

Black with #4C2939

Text Example


Text Example

White with #4C2939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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