Html Css Color HEX #4D0014 Bordeaux

📋 copy color: '#4D0014'

red 77 ◦ green 0 ◦ blue 20

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

Shades of Bordeaux #4D0014

Tints of Bordeaux #4D0014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 79.38%
G = 0%
B = 20.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#4D0014 (or 0x4D0014) is known color: Bordeaux. HEX triplet: 4D, 00 and 14. RGB value is (77,0,20). Sum of RGB (Red+Green+Blue) = 77+0+20=97 (12% of max value = 765). Red value is 77 (30.47% from 255 or 79.38% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0014 is #B2FFEB. Grayscale: #191919. Windows color (decimal): -11730924 or 1310797. OLE color: 1310797.

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

Color convert

RGB 77 0 20 -
CMYK 0 1 0.74 0.70
HSL 344.42º 1% 0.15% -
HSV(B) 344.42º 1% 0.3% -
XYZ 3.19 1.63 0.81 -
YUV 25.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 77 0 20 0 1 0.74 0.70 344.42 1 0.15
Hex 4D 0 14 0 64 4A 46 158 64 F
Octal 115 0 24 0 144 112 106 530 144 17
Binary 1001101 0 10100 0 1100100 1001010 1000110 101011000 1100100 1111

Color Harmonies of #4D0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0014

Black with #4D0014

Text Example


Text Example

White with #4D0014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,20); }

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

background-color css

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

 a { background-color: rgb(77,0,20); }

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

border-color css

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

 span { border-color: rgb(77,0,20); }

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