Html Css Color HEX #4C293A Barossa

📋 copy color: '#4C293A'

red 76 ◦ green 41 ◦ blue 58

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

Shades of Barossa #4C293A

Tints of Barossa #4C293A

RGB

 RED value IS 76 (30.08% from 255) = 43.43%

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 43.43%
G = 23.43%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C293A (or 0x4C293A) is known color: Barossa. HEX triplet: 4C, 29 and 3A. RGB value is (76,41,58). Sum of RGB (Red+Green+Blue) = 76+41+58=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C293A is #B3D6C5. Grayscale: #353535. Windows color (decimal): -11785926 or 3811660. OLE color: 3811660.

HSL color Cylindrical-coordinate representation of color #4C293A: hue angle of 330.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C293A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 58 -
CMYK 0 0.46 0.24 0.70
HSL 330.86º 0.3% 0.23% -
HSV(B) 330.86º 0.46% 0.3% -
XYZ 4.54 3.43 4.43 -
YUV 53.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 76 41 58 0 0.46 0.24 0.70 330.86 0.3 0.23
Hex 4C 29 3A 0 2E 18 46 14B 1E 17
Octal 114 51 72 0 56 30 106 513 36 27
Binary 1001100 101001 111010 0 101110 11000 1000110 101001011 11110 10111

Color Harmonies of #4C293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C293A

Black with #4C293A

Text Example


Text Example

White with #4C293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,58); }

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

background-color css

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

 a { background-color: rgb(76,41,58); }

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

border-color css

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

 span { border-color: rgb(76,41,58); }

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