#4C253D

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

Shades of Barossa #4C253D

Tints of Barossa #4C253D

Color information

#4C253D (or 0x4C253D) is unknown color: approx Barossa. HEX triplet: 4C, 25 and 3D. RGB value is (76,37,61). Sum of RGB (Red+Green+Blue) = 76+37+61=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C253D is #B3DAC2. Grayscale: #333333. Windows color (decimal): -11786947 or 4007244. OLE color: 4007244.

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

Color convert

RGB763761-
CMYK00.510.200.70
HSL323.08º34.51%22.16%-
HSV(B)323.08º51.32%29.8%-
XYZ4.483.24.8-
YUV51.4133.42145.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.68%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=43.68%
G=21.26%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76376100.510.200.70323.0834.5122.16
Hex4C253D03314461432316
Octal1144575063241065034326
Binary1001100100101111101011001110100100011010100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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