Html Css Color HEX #4D011A Bordeaux

📋 copy color: '#4D011A'

red 77 ◦ green 1 ◦ blue 26

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

Shades of Bordeaux #4D011A

Tints of Bordeaux #4D011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 74.04%
G = 0.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D011A (or 0x4D011A) is known color: Bordeaux. HEX triplet: 4D, 01 and 1A. RGB value is (77,1,26). Sum of RGB (Red+Green+Blue) = 77+1+26=104 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.04% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 77 - color contains mainly: red. Hex color #4D011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D011A is #B2FEE5. Grayscale: #1A1A1A. Windows color (decimal): -11730662 or 1704269. OLE color: 1704269.

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

Color convert

RGB 77 1 26 -
CMYK 0 0.99 0.66 0.70
HSL 340.26º 0.97% 0.15% -
HSV(B) 340.26º 0.99% 0.3% -
XYZ 3.26 1.67 1.13 -
YUV 26.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 77 1 26 0 0.99 0.66 0.70 340.26 0.97 0.15
Hex 4D 1 1A 0 63 42 46 154 61 F
Octal 115 1 32 0 143 102 106 524 141 17
Binary 1001101 1 11010 0 1100011 1000010 1000110 101010100 1100001 1111

Color Harmonies of #4D011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D011A

Black with #4D011A

Text Example


Text Example

White with #4D011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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