Html Css Color HEX #4D1119 Bordeaux

📋 copy color: '#4D1119'

red 77 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #4D1119

Tints of Bordeaux #4D1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 64.71%
G = 14.29%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D1119 (or 0x4D1119) is known color: Bordeaux. HEX triplet: 4D, 11 and 19. RGB value is (77,17,25). Sum of RGB (Red+Green+Blue) = 77+17+25=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1119 is #B2EEE6. Grayscale: #232323. Windows color (decimal): -11726567 or 1642829. OLE color: 1642829.

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

Color convert

RGB 77 17 25 -
CMYK 0 0.78 0.68 0.70
HSL 352º 0.64% 0.18% -
HSV(B) 352º 0.78% 0.3% -
XYZ 3.44 2.05 1.13 -
YUV 35.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 77 17 25 0 0.78 0.68 0.70 352 0.64 0.18
Hex 4D 11 19 0 4E 44 46 160 40 12
Octal 115 21 31 0 116 104 106 540 100 22
Binary 1001101 10001 11001 0 1001110 1000100 1000110 101100000 1000000 10010

Color Harmonies of #4D1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1119

Black with #4D1119

Text Example


Text Example

White with #4D1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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