#4D213D

Color #4D213D Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4D213D

Tints of Barossa #4D213D

Color information

#4D213D (or 0x4D213D) is unknown color: approx Barossa. HEX triplet: 4D, 21 and 3D. RGB value is (77,33,61). Sum of RGB (Red+Green+Blue) = 77+33+61=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D213D is #B2DEC2. Grayscale: #313131. Windows color (decimal): -11722435 or 4006221. OLE color: 4006221.

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

Color convert

RGB773361-
CMYK00.570.210.70
HSL321.82º40%21.57%-
HSV(B)321.82º57.14%30.2%-
XYZ4.4534.76-
YUV49.35134.58147.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.03%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=45.03%
G=19.30%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77336100.570.210.70321.824021.57
Hex4D213D03915461422816
Octal1154175071251065025026
Binary1001101100001111101011100110101100011010100001010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D213D;
 }
 .AnyTagClassName
 {
   color: #4D213D;
 }
</style>
background-color css

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

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

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

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

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

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