#4D273E

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

Shades of Barossa #4D273E

Tints of Barossa #4D273E

Color information

#4D273E (or 0x4D273E) is unknown color: approx Barossa. HEX triplet: 4D, 27 and 3E. RGB value is (77,39,62). Sum of RGB (Red+Green+Blue) = 77+39+62=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D273E is #B2D8C1. Grayscale: #343434. Windows color (decimal): -11720898 or 4073293. OLE color: 4073293.

HSL color Cylindrical-coordinate representation of color #4D273E: hue angle of 323.68º 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 #4D273E is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB773962-
CMYK00.490.190.70
HSL323.68º32.76%22.75%-
HSV(B)323.68º49.35%30.2%-
XYZ4.663.384.96-
YUV52.98133.09145.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.26%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=43.26%
G=21.91%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77396200.490.190.70323.6832.7622.75
Hex4D273E03113461442117
Octal1154776061231065044127
Binary1001101100111111110011000110011100011010100010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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