#4A2537

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

Shades of Barossa #4A2537

Tints of Barossa #4A2537

Color information

#4A2537 (or 0x4A2537) is unknown color: approx Barossa. HEX triplet: 4A, 25 and 37. RGB value is (74,37,55). Sum of RGB (Red+Green+Blue) = 74+37+55=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2537 is #B5DAC8. Grayscale: #323232. Windows color (decimal): -11918025 or 3614026. OLE color: 3614026.

HSL color Cylindrical-coordinate representation of color #4A2537: hue angle of 330.81º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2537 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB743755-
CMYK00.500.260.71
HSL330.81º33.33%21.76%-
HSV(B)330.81º50%29.02%-
XYZ4.183.053.98-
YUV50.12130.76145.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.58%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=44.58%
G=22.29%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74375500.500.260.71330.8133.3321.76
Hex4A25370321A4714b2116
Octal1124567062321075134126
Binary1001010100101110111011001011010100011110100101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,37,55); }

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

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

 a { background-color: rgb(74,37,55); }

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

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

 span { border-color: rgb(74,37,55); }

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