#4C273A

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

Shades of Barossa #4C273A

Tints of Barossa #4C273A

Color information

#4C273A (or 0x4C273A) is unknown color: approx Barossa. HEX triplet: 4C, 27 and 3A. RGB value is (76,39,58). Sum of RGB (Red+Green+Blue) = 76+39+58=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C273A is #B3D8C5. Grayscale: #343434. Windows color (decimal): -11786438 or 3811148. OLE color: 3811148.

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

Color convert

RGB763958-
CMYK00.490.240.70
HSL329.19º32.17%22.55%-
HSV(B)329.19º48.68%29.8%-
XYZ4.473.294.4-
YUV52.23131.26144.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.93%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=43.93%
G=22.54%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76395800.490.240.70329.1932.1722.55
Hex4C273A03118461492017
Octal1144772061301065114027
Binary1001100100111111010011000111000100011010100100110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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