#4B243C

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

Shades of Barossa #4B243C

Tints of Barossa #4B243C

Color information

#4B243C (or 0x4B243C) is unknown color: approx Barossa. HEX triplet: 4B, 24 and 3C. RGB value is (75,36,60). Sum of RGB (Red+Green+Blue) = 75+36+60=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B243C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B243C is #B4DBC3. Grayscale: #323232. Windows color (decimal): -11852740 or 3941451. OLE color: 3941451.

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

Color convert

RGB753660-
CMYK00.520.200.71
HSL323.08º35.14%21.76%-
HSV(B)323.08º52%29.41%-
XYZ4.353.084.64-
YUV50.4133.42145.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=43.86%
G=21.05%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75366000.520.200.71323.0835.1421.76
Hex4B243C03414471432316
Octal1134474064241075034326
Binary1001011100100111100011010010100100011110100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,60); }

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

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

 a { background-color: rgb(75,36,60); }

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

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

 span { border-color: rgb(75,36,60); }

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