Html Css Color HEX #4D101A Bordeaux

📋 copy color: '#4D101A'

red 77 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #4D101A

Tints of Bordeaux #4D101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.85%

R = 64.71%
G = 13.45%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D101A (or 0x4D101A) is known color: Bordeaux. HEX triplet: 4D, 10 and 1A. RGB value is (77,16,26). Sum of RGB (Red+Green+Blue) = 77+16+26=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D101A is #B2EFE5. Grayscale: #232323. Windows color (decimal): -11726822 or 1708109. OLE color: 1708109.

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

Color convert

RGB 77 16 26 -
CMYK 0 0.79 0.66 0.70
HSL 350.16º 0.66% 0.18% -
HSV(B) 350.16º 0.79% 0.3% -
XYZ 3.43 2.02 1.19 -
YUV 35.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 77 16 26 0 0.79 0.66 0.70 350.16 0.66 0.18
Hex 4D 10 1A 0 4F 42 46 15E 42 12
Octal 115 20 32 0 117 102 106 536 102 22
Binary 1001101 10000 11010 0 1001111 1000010 1000110 101011110 1000010 10010

Color Harmonies of #4D101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D101A

Black with #4D101A

Text Example


Text Example

White with #4D101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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