Html Css Color HEX #4D2A3E Barossa

📋 copy color: '#4D2A3E'

red 77 ◦ green 42 ◦ blue 62

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

Shades of Barossa #4D2A3E

Tints of Barossa #4D2A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.2%

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

R = 42.54%
G = 23.2%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D2A3E (or 0x4D2A3E) is known color: Barossa. HEX triplet: 4D, 2A and 3E. RGB value is (77,42,62). Sum of RGB (Red+Green+Blue) = 77+42+62=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A3E is #B2D5C1. Grayscale: #363636. Windows color (decimal): -11720130 or 4074061. OLE color: 4074061.

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

Color convert

RGB 77 42 62 -
CMYK 0 0.45 0.19 0.70
HSL 325.71º 0.29% 0.23% -
HSV(B) 325.71º 0.45% 0.3% -
XYZ 4.76 3.58 5 -
YUV 54.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 77 42 62 0 0.45 0.19 0.70 325.71 0.29 0.23
Hex 4D 2A 3E 0 2D 13 46 146 1D 17
Octal 115 52 76 0 55 23 106 506 35 27
Binary 1001101 101010 111110 0 101101 10011 1000110 101000110 11101 10111

Color Harmonies of #4D2A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2A3E

Black with #4D2A3E

Text Example


Text Example

White with #4D2A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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