Html Css Color HEX #4D2537 Barossa

📋 copy color: '#4D2537'

red 77 ◦ green 37 ◦ blue 55

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

Shades of Barossa #4D2537

Tints of Barossa #4D2537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.54%

R = 45.56%
G = 21.89%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#4D2537 (or 0x4D2537) is known color: Barossa. HEX triplet: 4D, 25 and 37. RGB value is (77,37,55). Sum of RGB (Red+Green+Blue) = 77+37+55=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2537 is #B2DAC8. Grayscale: #323232. Windows color (decimal): -11721417 or 3614029. OLE color: 3614029.

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

Color convert

RGB 77 37 55 -
CMYK 0 0.52 0.29 0.70
HSL 333º 0.35% 0.22% -
HSV(B) 333º 0.52% 0.3% -
XYZ 4.41 3.18 4 -
YUV 51.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 77 37 55 0 0.52 0.29 0.70 333 0.35 0.22
Hex 4D 25 37 0 34 1D 46 14D 23 16
Octal 115 45 67 0 64 35 106 515 43 26
Binary 1001101 100101 110111 0 110100 11101 1000110 101001101 100011 10110

Color Harmonies of #4D2537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2537

Black with #4D2537

Text Example


Text Example

White with #4D2537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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