#4C273C

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

Shades of Barossa #4C273C

Tints of Barossa #4C273C

Color information

#4C273C (or 0x4C273C) is unknown color: approx Barossa. HEX triplet: 4C, 27 and 3C. RGB value is (76,39,60). Sum of RGB (Red+Green+Blue) = 76+39+60=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C273C is #B3D8C3. Grayscale: #343434. Windows color (decimal): -11786436 or 3942220. OLE color: 3942220.

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

Color convert

RGB763960-
CMYK00.490.210.70
HSL325.95º32.17%22.55%-
HSV(B)325.95º48.68%29.8%-
XYZ4.523.314.68-
YUV52.46132.26144.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.43%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=43.43%
G=22.29%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76396000.490.210.70325.9532.1722.55
Hex4C273C03115461462017
Octal1144774061251065064027
Binary1001100100111111100011000110101100011010100011010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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