Html Css Color HEX #4D0111 Bordeaux

📋 copy color: '#4D0111'

red 77 ◦ green 1 ◦ blue 17

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

Shades of Bordeaux #4D0111

Tints of Bordeaux #4D0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.05%

 BLUE value IS 17 (7.03% from 255) = 17.89%

R = 81.05%
G = 1.05%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D0111 (or 0x4D0111) is known color: Bordeaux. HEX triplet: 4D, 01 and 11. RGB value is (77,1,17). Sum of RGB (Red+Green+Blue) = 77+1+17=95 (12% of max value = 765). Red value is 77 (30.47% from 255 or 81.05% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0111 is #B2FEEE. Grayscale: #191919. Windows color (decimal): -11730671 or 1114445. OLE color: 1114445.

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

Color convert

RGB 77 1 17 -
CMYK 0 0.99 0.78 0.70
HSL 347.37º 0.97% 0.15% -
HSV(B) 347.37º 0.99% 0.3% -
XYZ 3.17 1.64 0.68 -
YUV 25.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 77 1 17 0 0.99 0.78 0.70 347.37 0.97 0.15
Hex 4D 1 11 0 63 4E 46 15B 61 F
Octal 115 1 21 0 143 116 106 533 141 17
Binary 1001101 1 10001 0 1100011 1001110 1000110 101011011 1100001 1111

Color Harmonies of #4D0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0111

Black with #4D0111

Text Example


Text Example

White with #4D0111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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