Html Css Color HEX #4D223A Barossa

📋 copy color: '#4D223A'

red 77 ◦ green 34 ◦ blue 58

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

Shades of Barossa #4D223A

Tints of Barossa #4D223A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.32%

R = 45.56%
G = 20.12%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D223A (or 0x4D223A) is known color: Barossa. HEX triplet: 4D, 22 and 3A. RGB value is (77,34,58). Sum of RGB (Red+Green+Blue) = 77+34+58=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D223A is #B2DDC5. Grayscale: #313131. Windows color (decimal): -11722182 or 3809869. OLE color: 3809869.

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

Color convert

RGB 77 34 58 -
CMYK 0 0.56 0.25 0.70
HSL 326.51º 0.39% 0.22% -
HSV(B) 326.51º 0.56% 0.3% -
XYZ 4.4 3.03 4.36 -
YUV 49.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 77 34 58 0 0.56 0.25 0.70 326.51 0.39 0.22
Hex 4D 22 3A 0 38 19 46 147 27 16
Octal 115 42 72 0 70 31 106 507 47 26
Binary 1001101 100010 111010 0 111000 11001 1000110 101000111 100111 10110

Color Harmonies of #4D223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D223A

Black with #4D223A

Text Example


Text Example

White with #4D223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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