Html Css Color HEX #4D0E1F Bordeaux

📋 copy color: '#4D0E1F'

red 77 ◦ green 14 ◦ blue 31

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

Shades of Bordeaux #4D0E1F

Tints of Bordeaux #4D0E1F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.48%

 BLUE value IS 31 (12.5% from 255) = 25.41%

R = 63.11%
G = 11.48%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D0E1F (or 0x4D0E1F) is known color: Bordeaux. HEX triplet: 4D, 0E and 1F. RGB value is (77,14,31). Sum of RGB (Red+Green+Blue) = 77+14+31=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E1F is #B2F1E0. Grayscale: #222222. Windows color (decimal): -11727329 or 2035277. OLE color: 2035277.

HSL color Cylindrical-coordinate representation of color #4D0E1F: hue angle of 343.81º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D0E1F is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 14 31 -
CMYK 0 0.82 0.60 0.70
HSL 343.81º 0.69% 0.18% -
HSV(B) 343.81º 0.82% 0.3% -
XYZ 3.46 1.99 1.5 -
YUV 34.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 77 14 31 0 0.82 0.60 0.70 343.81 0.69 0.18
Hex 4D E 1F 0 52 3C 46 158 45 12
Octal 115 16 37 0 122 74 106 530 105 22
Binary 1001101 1110 11111 0 1010010 111100 1000110 101011000 1000101 10010

Color Harmonies of #4D0E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0E1F

Black with #4D0E1F

Text Example


Text Example

White with #4D0E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,14,31); }

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

background-color css

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

 a { background-color: rgb(77,14,31); }

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

border-color css

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

 span { border-color: rgb(77,14,31); }

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