Html Css Color HEX #4D0116 Bordeaux

📋 copy color: '#4D0116'

red 77 ◦ green 1 ◦ blue 22

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

Shades of Bordeaux #4D0116

Tints of Bordeaux #4D0116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22%

R = 77%
G = 1%
B = 22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D0116 (or 0x4D0116) is known color: Bordeaux. HEX triplet: 4D, 01 and 16. RGB value is (77,1,22). Sum of RGB (Red+Green+Blue) = 77+1+22=100 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0116 is #B2FEE9. Grayscale: #1A1A1A. Windows color (decimal): -11730666 or 1442125. OLE color: 1442125.

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

Color convert

RGB 77 1 22 -
CMYK 0 0.99 0.71 0.70
HSL 343.42º 0.97% 0.15% -
HSV(B) 343.42º 0.99% 0.3% -
XYZ 3.22 1.66 0.91 -
YUV 26.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 77 1 22 0 0.99 0.71 0.70 343.42 0.97 0.15
Hex 4D 1 16 0 63 47 46 157 61 F
Octal 115 1 26 0 143 107 106 527 141 17
Binary 1001101 1 10110 0 1100011 1000111 1000110 101010111 1100001 1111

Color Harmonies of #4D0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0116

Black with #4D0116

Text Example


Text Example

White with #4D0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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