#4D273C

Color #4D273C Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4D273C

Tints of Barossa #4D273C

Color information

#4D273C (or 0x4D273C) is unknown color: approx Barossa. HEX triplet: 4D, 27 and 3C. RGB value is (77,39,60). Sum of RGB (Red+Green+Blue) = 77+39+60=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D273C is #B2D8C3. Grayscale: #343434. Windows color (decimal): -11720900 or 3942221. OLE color: 3942221.

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

Color convert

RGB773960-
CMYK00.490.220.70
HSL326.84º32.76%22.75%-
HSV(B)326.84º49.35%30.2%-
XYZ4.63.364.68-
YUV52.76132.09145.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.75%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=43.75%
G=22.16%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77396000.490.220.70326.8432.7622.75
Hex4D273C03116461472117
Octal1154774061261065074127
Binary1001101100111111100011000110110100011010100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,39,60); }

 H1.HeaderClassName
 {
   color: #4D273C;
 }
 .AnyTagClassName
 {
   color: #4D273C;
 }
</style>
background-color css

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

 a { background-color: rgb(77,39,60); }

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

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

 span { border-color: rgb(77,39,60); }

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