Html Css Color HEX #4D2538 Barossa

📋 copy color: '#4D2538'

red 77 ◦ green 37 ◦ blue 56

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

Shades of Barossa #4D2538

Tints of Barossa #4D2538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.76%

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

R = 45.29%
G = 21.76%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#4D2538 (or 0x4D2538) is known color: Barossa. HEX triplet: 4D, 25 and 38. RGB value is (77,37,56). Sum of RGB (Red+Green+Blue) = 77+37+56=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2538 is #B2DAC7. Grayscale: #333333. Windows color (decimal): -11721416 or 3679565. OLE color: 3679565.

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

Color convert

RGB 77 37 56 -
CMYK 0 0.52 0.27 0.70
HSL 331.5º 0.35% 0.22% -
HSV(B) 331.5º 0.52% 0.3% -
XYZ 4.44 3.19 4.12 -
YUV 51.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 77 37 56 0 0.52 0.27 0.70 331.5 0.35 0.22
Hex 4D 25 38 0 34 1B 46 14C 23 16
Octal 115 45 70 0 64 33 106 514 43 26
Binary 1001101 100101 111000 0 110100 11011 1000110 101001100 100011 10110

Color Harmonies of #4D2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2538

Black with #4D2538

Text Example


Text Example

White with #4D2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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