Html Css Color HEX #4C293D Barossa

📋 copy color: '#4C293D'

red 76 ◦ green 41 ◦ blue 61

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

Shades of Barossa #4C293D

Tints of Barossa #4C293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 42.7%
G = 23.03%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C293D (or 0x4C293D) is known color: Barossa. HEX triplet: 4C, 29 and 3D. RGB value is (76,41,61). Sum of RGB (Red+Green+Blue) = 76+41+61=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C293D is #B3D6C2. Grayscale: #353535. Windows color (decimal): -11785923 or 4008268. OLE color: 4008268.

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

Color convert

RGB 76 41 61 -
CMYK 0 0.46 0.20 0.70
HSL 325.71º 0.3% 0.23% -
HSV(B) 325.71º 0.46% 0.3% -
XYZ 4.62 3.46 4.84 -
YUV 53.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 76 41 61 0 0.46 0.20 0.70 325.71 0.3 0.23
Hex 4C 29 3D 0 2E 14 46 146 1E 17
Octal 114 51 75 0 56 24 106 506 36 27
Binary 1001100 101001 111101 0 101110 10100 1000110 101000110 11110 10111

Color Harmonies of #4C293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C293D

Black with #4C293D

Text Example


Text Example

White with #4C293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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