Html Css Color HEX #4D2E3E Barossa

📋 copy color: '#4D2E3E'

red 77 ◦ green 46 ◦ blue 62

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

Shades of Barossa #4D2E3E

Tints of Barossa #4D2E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 41.62%
G = 24.86%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D2E3E (or 0x4D2E3E) is known color: Barossa. HEX triplet: 4D, 2E and 3E. RGB value is (77,46,62). Sum of RGB (Red+Green+Blue) = 77+46+62=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E3E is #B2D1C1. Grayscale: #393939. Windows color (decimal): -11719106 or 4075085. OLE color: 4075085.

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

Color convert

RGB 77 46 62 -
CMYK 0 0.40 0.19 0.70
HSL 329.03º 0.25% 0.24% -
HSV(B) 329.03º 0.4% 0.3% -
XYZ 4.91 3.88 5.05 -
YUV 57.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 77 46 62 0 0.40 0.19 0.70 329.03 0.25 0.24
Hex 4D 2E 3E 0 28 13 46 149 19 18
Octal 115 56 76 0 50 23 106 511 31 30
Binary 1001101 101110 111110 0 101000 10011 1000110 101001001 11001 11000

Color Harmonies of #4D2E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E3E

Black with #4D2E3E

Text Example


Text Example

White with #4D2E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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