Html Css Color HEX #4D273C Barossa

📋 copy color: '#4D273C'

red 77 ◦ green 39 ◦ blue 60

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

Shades of Barossa #4D273C

Tints of Barossa #4D273C

RGB

 RED value IS 77 (30.47% from 255) = 43.75%

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 43.75%
G = 22.16%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D273C (or 0x4D273C) is known color: Barossa. HEX triplet: 4D, 27 and 3C. RGB value is (77,39,60). Sum of RGB (Red+Green+Blue) = 77+39+60=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D273C is #B2D8C3. Grayscale: #343434. Windows color (decimal): -11720900 or 3942221. OLE color: 3942221.

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

Color convert

RGB 77 39 60 -
CMYK 0 0.49 0.22 0.70
HSL 326.84º 0.33% 0.23% -
HSV(B) 326.84º 0.49% 0.3% -
XYZ 4.6 3.36 4.68 -
YUV 52.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 77 39 60 0 0.49 0.22 0.70 326.84 0.33 0.23
Hex 4D 27 3C 0 31 16 46 147 21 17
Octal 115 47 74 0 61 26 106 507 41 27
Binary 1001101 100111 111100 0 110001 10110 1000110 101000111 100001 10111

Color Harmonies of #4D273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D273C

Black with #4D273C

Text Example


Text Example

White with #4D273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,60); }

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

background-color css

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

 a { background-color: rgb(77,39,60); }

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

border-color css

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

 span { border-color: rgb(77,39,60); }

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