Html Css Color HEX #4D2438 Barossa

📋 copy color: '#4D2438'

red 77 ◦ green 36 ◦ blue 56

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

Shades of Barossa #4D2438

Tints of Barossa #4D2438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 45.56%
G = 21.3%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#4D2438 (or 0x4D2438) is known color: Barossa. HEX triplet: 4D, 24 and 38. RGB value is (77,36,56). Sum of RGB (Red+Green+Blue) = 77+36+56=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2438 is #B2DBC7. Grayscale: #323232. Windows color (decimal): -11721672 or 3679309. OLE color: 3679309.

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

Color convert

RGB 77 36 56 -
CMYK 0 0.53 0.27 0.70
HSL 330.73º 0.36% 0.22% -
HSV(B) 330.73º 0.53% 0.3% -
XYZ 4.41 3.13 4.11 -
YUV 50.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 77 36 56 0 0.53 0.27 0.70 330.73 0.36 0.22
Hex 4D 24 38 0 35 1B 46 14B 24 16
Octal 115 44 70 0 65 33 106 513 44 26
Binary 1001101 100100 111000 0 110101 11011 1000110 101001011 100100 10110

Color Harmonies of #4D2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2438

Black with #4D2438

Text Example


Text Example

White with #4D2438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,56); }

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

background-color css

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

 a { background-color: rgb(77,36,56); }

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

border-color css

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

 span { border-color: rgb(77,36,56); }

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