Html Css Color HEX #4D101D Bordeaux

📋 copy color: '#4D101D'

red 77 ◦ green 16 ◦ blue 29

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

Shades of Bordeaux #4D101D

Tints of Bordeaux #4D101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 63.11%
G = 13.11%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4D101D (or 0x4D101D) is known color: Bordeaux. HEX triplet: 4D, 10 and 1D. RGB value is (77,16,29). Sum of RGB (Red+Green+Blue) = 77+16+29=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D101D is #B2EFE2. Grayscale: #232323. Windows color (decimal): -11726819 or 1904717. OLE color: 1904717.

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

Color convert

RGB 77 16 29 -
CMYK 0 0.79 0.62 0.70
HSL 347.21º 0.66% 0.18% -
HSV(B) 347.21º 0.79% 0.3% -
XYZ 3.47 2.04 1.37 -
YUV 35.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 77 16 29 0 0.79 0.62 0.70 347.21 0.66 0.18
Hex 4D 10 1D 0 4F 3E 46 15B 42 12
Octal 115 20 35 0 117 76 106 533 102 22
Binary 1001101 10000 11101 0 1001111 111110 1000110 101011011 1000010 10010

Color Harmonies of #4D101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D101D

Black with #4D101D

Text Example


Text Example

White with #4D101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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