Html Css Color HEX #4A293C Barossa

📋 copy color: '#4A293C'

red 74 ◦ green 41 ◦ blue 60

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

Shades of Barossa #4A293C

Tints of Barossa #4A293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 42.29%
G = 23.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A293C (or 0x4A293C) is known color: Barossa. HEX triplet: 4A, 29 and 3C. RGB value is (74,41,60). Sum of RGB (Red+Green+Blue) = 74+41+60=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A293C is #B5D6C3. Grayscale: #343434. Windows color (decimal): -11916996 or 3942730. OLE color: 3942730.

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

Color convert

RGB 74 41 60 -
CMYK 0 0.45 0.19 0.71
HSL 325.45º 0.29% 0.23% -
HSV(B) 325.45º 0.45% 0.29% -
XYZ 4.43 3.37 4.69 -
YUV 53.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 74 41 60 0 0.45 0.19 0.71 325.45 0.29 0.23
Hex 4A 29 3C 0 2D 13 47 145 1D 17
Octal 112 51 74 0 55 23 107 505 35 27
Binary 1001010 101001 111100 0 101101 10011 1000111 101000101 11101 10111

Color Harmonies of #4A293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A293C

Black with #4A293C

Text Example


Text Example

White with #4A293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,41,60); }

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

background-color css

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

 a { background-color: rgb(74,41,60); }

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

border-color css

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

 span { border-color: rgb(74,41,60); }

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