Html Css Color HEX #4D1124 Bordeaux

📋 copy color: '#4D1124'

red 77 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #4D1124

Tints of Bordeaux #4D1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 36 (14.45% from 255) = 27.69%

R = 59.23%
G = 13.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4D1124 (or 0x4D1124) is known color: Bordeaux. HEX triplet: 4D, 11 and 24. RGB value is (77,17,36). Sum of RGB (Red+Green+Blue) = 77+17+36=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1124 is #B2EEDB. Grayscale: #252525. Windows color (decimal): -11726556 or 2363725. OLE color: 2363725.

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

Color convert

RGB 77 17 36 -
CMYK 0 0.78 0.53 0.70
HSL 341º 0.64% 0.18% -
HSV(B) 341º 0.78% 0.3% -
XYZ 3.58 2.11 1.89 -
YUV 37.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 77 17 36 0 0.78 0.53 0.70 341 0.64 0.18
Hex 4D 11 24 0 4E 35 46 155 40 12
Octal 115 21 44 0 116 65 106 525 100 22
Binary 1001101 10001 100100 0 1001110 110101 1000110 101010101 1000000 10010

Color Harmonies of #4D1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1124

Black with #4D1124

Text Example


Text Example

White with #4D1124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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