Html Css Color HEX #4D223C Barossa

📋 copy color: '#4D223C'

red 77 ◦ green 34 ◦ blue 60

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

Shades of Barossa #4D223C

Tints of Barossa #4D223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 45.03%
G = 19.88%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D223C (or 0x4D223C) is known color: Barossa. HEX triplet: 4D, 22 and 3C. RGB value is (77,34,60). Sum of RGB (Red+Green+Blue) = 77+34+60=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D223C is #B2DDC3. Grayscale: #313131. Windows color (decimal): -11722180 or 3940941. OLE color: 3940941.

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

Color convert

RGB 77 34 60 -
CMYK 0 0.56 0.22 0.70
HSL 323.72º 0.39% 0.22% -
HSV(B) 323.72º 0.56% 0.3% -
XYZ 4.45 3.05 4.63 -
YUV 49.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 77 34 60 0 0.56 0.22 0.70 323.72 0.39 0.22
Hex 4D 22 3C 0 38 16 46 144 27 16
Octal 115 42 74 0 70 26 106 504 47 26
Binary 1001101 100010 111100 0 111000 10110 1000110 101000100 100111 10110

Color Harmonies of #4D223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D223C

Black with #4D223C

Text Example


Text Example

White with #4D223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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