Html Css Color HEX #4D2E41 Barossa

📋 copy color: '#4D2E41'

red 77 ◦ green 46 ◦ blue 65

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

Shades of Barossa #4D2E41

Tints of Barossa #4D2E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 40.96%
G = 24.47%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4D2E41 (or 0x4D2E41) is known color: Barossa. HEX triplet: 4D, 2E and 41. RGB value is (77,46,65). Sum of RGB (Red+Green+Blue) = 77+46+65=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E41 is #B2D1BE. Grayscale: #393939. Windows color (decimal): -11719103 or 4271693. OLE color: 4271693.

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

Color convert

RGB 77 46 65 -
CMYK 0 0.40 0.16 0.70
HSL 323.23º 0.25% 0.24% -
HSV(B) 323.23º 0.4% 0.3% -
XYZ 4.99 3.91 5.49 -
YUV 57.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 77 46 65 0 0.40 0.16 0.70 323.23 0.25 0.24
Hex 4D 2E 41 0 28 10 46 143 19 18
Octal 115 56 101 0 50 20 106 503 31 30
Binary 1001101 101110 1000001 0 101000 10000 1000110 101000011 11001 11000

Color Harmonies of #4D2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E41

Black with #4D2E41

Text Example


Text Example

White with #4D2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,46,65); }

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

background-color css

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

 a { background-color: rgb(77,46,65); }

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

border-color css

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

 span { border-color: rgb(77,46,65); }

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