Html Css Color HEX #4D101F Bordeaux

📋 copy color: '#4D101F'

red 77 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #4D101F

Tints of Bordeaux #4D101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 62.1%
G = 12.9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D101F (or 0x4D101F) is known color: Bordeaux. HEX triplet: 4D, 10 and 1F. RGB value is (77,16,31). Sum of RGB (Red+Green+Blue) = 77+16+31=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D101F is #B2EFE0. Grayscale: #232323. Windows color (decimal): -11726817 or 2035789. OLE color: 2035789.

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

Color convert

RGB 77 16 31 -
CMYK 0 0.79 0.60 0.70
HSL 345.25º 0.66% 0.18% -
HSV(B) 345.25º 0.79% 0.3% -
XYZ 3.49 2.05 1.51 -
YUV 35.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 77 16 31 0 0.79 0.60 0.70 345.25 0.66 0.18
Hex 4D 10 1F 0 4F 3C 46 159 42 12
Octal 115 20 37 0 117 74 106 531 102 22
Binary 1001101 10000 11111 0 1001111 111100 1000110 101011001 1000010 10010

Color Harmonies of #4D101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D101F

Black with #4D101F

Text Example


Text Example

White with #4D101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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