Html Css Color HEX #4D111C Bordeaux

📋 copy color: '#4D111C'

red 77 ◦ green 17 ◦ blue 28

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

Shades of Bordeaux #4D111C

Tints of Bordeaux #4D111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 63.11%
G = 13.93%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D111C (or 0x4D111C) is known color: Bordeaux. HEX triplet: 4D, 11 and 1C. RGB value is (77,17,28). Sum of RGB (Red+Green+Blue) = 77+17+28=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D111C is #B2EEE3. Grayscale: #242424. Windows color (decimal): -11726564 or 1839437. OLE color: 1839437.

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

Color convert

RGB 77 17 28 -
CMYK 0 0.78 0.64 0.70
HSL 349º 0.64% 0.18% -
HSV(B) 349º 0.78% 0.3% -
XYZ 3.47 2.06 1.31 -
YUV 36.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 77 17 28 0 0.78 0.64 0.70 349 0.64 0.18
Hex 4D 11 1C 0 4E 40 46 15D 40 12
Octal 115 21 34 0 116 100 106 535 100 22
Binary 1001101 10001 11100 0 1001110 1000000 1000110 101011101 1000000 10010

Color Harmonies of #4D111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D111C

Black with #4D111C

Text Example


Text Example

White with #4D111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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