#4C2A3D

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

Shades of Barossa #4C2A3D

Tints of Barossa #4C2A3D

Color information

#4C2A3D (or 0x4C2A3D) is unknown color: approx Barossa. HEX triplet: 4C, 2A and 3D. RGB value is (76,42,61). Sum of RGB (Red+Green+Blue) = 76+42+61=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2A3D is #B3D5C2. Grayscale: #363636. Windows color (decimal): -11785667 or 4008524. OLE color: 4008524.

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

Color convert

RGB764261-
CMYK00.450.200.70
HSL326.47º28.81%23.14%-
HSV(B)326.47º44.74%29.8%-
XYZ4.653.534.85-
YUV54.33131.76143.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=42.46%
G=23.46%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76426100.450.200.70326.4728.8123.14
Hex4C2A3D02D14461461d17
Octal1145275055241065063527
Binary100110010101011110101011011010010001101010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,42,61); }

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

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

 a { background-color: rgb(76,42,61); }

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

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

 span { border-color: rgb(76,42,61); }

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