Html Css Color HEX #4D2138 Barossa

📋 copy color: '#4D2138'

red 77 ◦ green 33 ◦ blue 56

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

Shades of Barossa #4D2138

Tints of Barossa #4D2138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 46.39%
G = 19.88%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#4D2138 (or 0x4D2138) is known color: Barossa. HEX triplet: 4D, 21 and 38. RGB value is (77,33,56). Sum of RGB (Red+Green+Blue) = 77+33+56=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2138 is #B2DEC7. Grayscale: #303030. Windows color (decimal): -11722440 or 3678541. OLE color: 3678541.

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

Color convert

RGB 77 33 56 -
CMYK 0 0.57 0.27 0.70
HSL 328.64º 0.4% 0.22% -
HSV(B) 328.64º 0.57% 0.3% -
XYZ 4.32 2.95 4.08 -
YUV 48.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 77 33 56 0 0.57 0.27 0.70 328.64 0.4 0.22
Hex 4D 21 38 0 39 1B 46 149 28 16
Octal 115 41 70 0 71 33 106 511 50 26
Binary 1001101 100001 111000 0 111001 11011 1000110 101001001 101000 10110

Color Harmonies of #4D2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2138

Black with #4D2138

Text Example


Text Example

White with #4D2138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,56); }

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

background-color css

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

 a { background-color: rgb(77,33,56); }

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

border-color css

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

 span { border-color: rgb(77,33,56); }

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