Html Css Color HEX #4D1120 Bordeaux

📋 copy color: '#4D1120'

red 77 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #4D1120

Tints of Bordeaux #4D1120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 61.11%
G = 13.49%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D1120 (or 0x4D1120) is known color: Bordeaux. HEX triplet: 4D, 11 and 20. RGB value is (77,17,32). Sum of RGB (Red+Green+Blue) = 77+17+32=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1120 is #B2EEDF. Grayscale: #242424. Windows color (decimal): -11726560 or 2101581. OLE color: 2101581.

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

Color convert

RGB 77 17 32 -
CMYK 0 0.78 0.58 0.70
HSL 345º 0.64% 0.18% -
HSV(B) 345º 0.78% 0.3% -
XYZ 3.52 2.08 1.58 -
YUV 36.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 77 17 32 0 0.78 0.58 0.70 345 0.64 0.18
Hex 4D 11 20 0 4E 3A 46 159 40 12
Octal 115 21 40 0 116 72 106 531 100 22
Binary 1001101 10001 100000 0 1001110 111010 1000110 101011001 1000000 10010

Color Harmonies of #4D1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1120

Black with #4D1120

Text Example


Text Example

White with #4D1120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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