Html Css Color HEX #4D213C Barossa

📋 copy color: '#4D213C'

red 77 ◦ green 33 ◦ blue 60

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

Shades of Barossa #4D213C

Tints of Barossa #4D213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 45.29%
G = 19.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D213C (or 0x4D213C) is known color: Barossa. HEX triplet: 4D, 21 and 3C. RGB value is (77,33,60). Sum of RGB (Red+Green+Blue) = 77+33+60=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D213C is #B2DEC3. Grayscale: #313131. Windows color (decimal): -11722436 or 3940685. OLE color: 3940685.

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

Color convert

RGB 77 33 60 -
CMYK 0 0.57 0.22 0.70
HSL 323.18º 0.4% 0.22% -
HSV(B) 323.18º 0.57% 0.3% -
XYZ 4.42 2.99 4.62 -
YUV 49.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 77 33 60 0 0.57 0.22 0.70 323.18 0.4 0.22
Hex 4D 21 3C 0 39 16 46 143 28 16
Octal 115 41 74 0 71 26 106 503 50 26
Binary 1001101 100001 111100 0 111001 10110 1000110 101000011 101000 10110

Color Harmonies of #4D213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D213C

Black with #4D213C

Text Example


Text Example

White with #4D213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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