Html Css Color HEX #4D001A Bordeaux

📋 copy color: '#4D001A'

red 77 ◦ green 0 ◦ blue 26

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

Shades of Bordeaux #4D001A

Tints of Bordeaux #4D001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.76%
G = 0%
B = 25.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D001A (or 0x4D001A) is known color: Bordeaux. HEX triplet: 4D, 00 and 1A. RGB value is (77,0,26). Sum of RGB (Red+Green+Blue) = 77+0+26=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D001A is #B2FFE5. Grayscale: #191919. Windows color (decimal): -11730918 or 1704013. OLE color: 1704013.

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

Color convert

RGB 77 0 26 -
CMYK 0 1 0.66 0.70
HSL 339.74º 1% 0.15% -
HSV(B) 339.74º 1% 0.3% -
XYZ 3.25 1.65 1.13 -
YUV 25.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 77 0 26 0 1 0.66 0.70 339.74 1 0.15
Hex 4D 0 1A 0 64 42 46 154 64 F
Octal 115 0 32 0 144 102 106 524 144 17
Binary 1001101 0 11010 0 1100100 1000010 1000110 101010100 1100100 1111

Color Harmonies of #4D001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D001A

Black with #4D001A

Text Example


Text Example

White with #4D001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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