Html Css Color HEX #4A2439 Barossa

📋 copy color: '#4A2439'

red 74 ◦ green 36 ◦ blue 57

#4A2439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #4A2439

Tints of Barossa #4A2439

RGB

 RED value IS 74 (29.3% from 255) = 44.31%

 GREEN value IS 36 (14.45% from 255) = 21.56%

 BLUE value IS 57 (22.66% from 255) = 34.13%

R = 44.31%
G = 21.56%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4A2439 (or 0x4A2439) is known color: Barossa. HEX triplet: 4A, 24 and 39. RGB value is (74,36,57). Sum of RGB (Red+Green+Blue) = 74+36+57=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2439 is #B5DBC6. Grayscale: #313131. Windows color (decimal): -11918279 or 3744842. OLE color: 3744842.

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

Color convert

RGB 74 36 57 -
CMYK 0 0.51 0.23 0.71
HSL 326.84º 0.35% 0.22% -
HSV(B) 326.84º 0.51% 0.29% -
XYZ 4.19 3.01 4.23 -
YUV 49.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 74 36 57 0 0.51 0.23 0.71 326.84 0.35 0.22
Hex 4A 24 39 0 33 17 47 147 23 16
Octal 112 44 71 0 63 27 107 507 43 26
Binary 1001010 100100 111001 0 110011 10111 1000111 101000111 100011 10110

Color Harmonies of #4A2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2439

Black with #4A2439

Text Example


Text Example

White with #4A2439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,36,57); }

 H1.HeaderClassName
 {
   color: #4A2439;
 }
 .AnyTagClassName
 {
   color: #4A2439;
 }
</style>

background-color css

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

 a { background-color: rgb(74,36,57); }

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

border-color css

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

 span { border-color: rgb(74,36,57); }

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