Html Css Color HEX #4D2239 Barossa

📋 copy color: '#4D2239'

red 77 ◦ green 34 ◦ blue 57

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

Shades of Barossa #4D2239

Tints of Barossa #4D2239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 33.93%

R = 45.83%
G = 20.24%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D2239 (or 0x4D2239) is known color: Barossa. HEX triplet: 4D, 22 and 39. RGB value is (77,34,57). Sum of RGB (Red+Green+Blue) = 77+34+57=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2239 is #B2DDC6. Grayscale: #313131. Windows color (decimal): -11722183 or 3744333. OLE color: 3744333.

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

Color convert

RGB 77 34 57 -
CMYK 0 0.56 0.26 0.70
HSL 327.91º 0.39% 0.22% -
HSV(B) 327.91º 0.56% 0.3% -
XYZ 4.37 3.02 4.22 -
YUV 49.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 77 34 57 0 0.56 0.26 0.70 327.91 0.39 0.22
Hex 4D 22 39 0 38 1A 46 148 27 16
Octal 115 42 71 0 70 32 106 510 47 26
Binary 1001101 100010 111001 0 111000 11010 1000110 101001000 100111 10110

Color Harmonies of #4D2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2239

Black with #4D2239

Text Example


Text Example

White with #4D2239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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