Html Css Color HEX #4C293C Barossa

📋 copy color: '#4C293C'

red 76 ◦ green 41 ◦ blue 60

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

Shades of Barossa #4C293C

Tints of Barossa #4C293C

RGB

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

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

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

R = 42.94%
G = 23.16%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C293C (or 0x4C293C) is known color: Barossa. HEX triplet: 4C, 29 and 3C. RGB value is (76,41,60). Sum of RGB (Red+Green+Blue) = 76+41+60=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C293C is #B3D6C3. Grayscale: #353535. Windows color (decimal): -11785924 or 3942732. OLE color: 3942732.

HSL color Cylindrical-coordinate representation of color #4C293C: hue angle of 327.43º 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 #4C293C is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 60 -
CMYK 0 0.46 0.21 0.70
HSL 327.43º 0.3% 0.23% -
HSV(B) 327.43º 0.46% 0.3% -
XYZ 4.59 3.45 4.7 -
YUV 53.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 76 41 60 0 0.46 0.21 0.70 327.43 0.3 0.23
Hex 4C 29 3C 0 2E 15 46 147 1E 17
Octal 114 51 74 0 56 25 106 507 36 27
Binary 1001100 101001 111100 0 101110 10101 1000110 101000111 11110 10111

Color Harmonies of #4C293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C293C

Black with #4C293C

Text Example


Text Example

White with #4C293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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