Html Css Color HEX #4D0E1B Bordeaux

📋 copy color: '#4D0E1B'

red 77 ◦ green 14 ◦ blue 27

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

Shades of Bordeaux #4D0E1B

Tints of Bordeaux #4D0E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 65.25%
G = 11.86%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D0E1B (or 0x4D0E1B) is known color: Bordeaux. HEX triplet: 4D, 0E and 1B. RGB value is (77,14,27). Sum of RGB (Red+Green+Blue) = 77+14+27=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E1B is #B2F1E4. Grayscale: #222222. Windows color (decimal): -11727333 or 1773133. OLE color: 1773133.

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

Color convert

RGB 77 14 27 -
CMYK 0 0.82 0.65 0.70
HSL 347.62º 0.69% 0.18% -
HSV(B) 347.62º 0.82% 0.3% -
XYZ 3.42 1.97 1.24 -
YUV 34.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 77 14 27 0 0.82 0.65 0.70 347.62 0.69 0.18
Hex 4D E 1B 0 52 41 46 15C 45 12
Octal 115 16 33 0 122 101 106 534 105 22
Binary 1001101 1110 11011 0 1010010 1000001 1000110 101011100 1000101 10010

Color Harmonies of #4D0E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0E1B

Black with #4D0E1B

Text Example


Text Example

White with #4D0E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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