Html Css Color HEX #4D081A Bordeaux

📋 copy color: '#4D081A'

red 77 ◦ green 8 ◦ blue 26

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

Shades of Bordeaux #4D081A

Tints of Bordeaux #4D081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 69.37%
G = 7.21%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D081A (or 0x4D081A) is known color: Bordeaux. HEX triplet: 4D, 08 and 1A. RGB value is (77,8,26). Sum of RGB (Red+Green+Blue) = 77+8+26=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D081A is #B2F7E5. Grayscale: #1E1E1E. Windows color (decimal): -11728870 or 1706061. OLE color: 1706061.

HSL color Cylindrical-coordinate representation of color #4D081A: hue angle of 344.35º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D081A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 8 26 -
CMYK 0 0.90 0.66 0.70
HSL 344.35º 0.81% 0.17% -
HSV(B) 344.35º 0.9% 0.3% -
XYZ 3.33 1.83 1.15 -
YUV 30.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 77 8 26 0 0.90 0.66 0.70 344.35 0.81 0.17
Hex 4D 8 1A 0 5A 42 46 158 51 11
Octal 115 10 32 0 132 102 106 530 121 21
Binary 1001101 1000 11010 0 1011010 1000010 1000110 101011000 1010001 10001

Color Harmonies of #4D081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D081A

Black with #4D081A

Text Example


Text Example

White with #4D081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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