Html Css Color HEX #4D0A16 Bordeaux

📋 copy color: '#4D0A16'

red 77 ◦ green 10 ◦ blue 22

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

Shades of Bordeaux #4D0A16

Tints of Bordeaux #4D0A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.17%

 BLUE value IS 22 (8.98% from 255) = 20.18%

R = 70.64%
G = 9.17%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D0A16 (or 0x4D0A16) is known color: Bordeaux. HEX triplet: 4D, 0A and 16. RGB value is (77,10,22). Sum of RGB (Red+Green+Blue) = 77+10+22=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A16 is #B2F5E9. Grayscale: #1F1F1F. Windows color (decimal): -11728362 or 1444429. OLE color: 1444429.

HSL color Cylindrical-coordinate representation of color #4D0A16: hue angle of 349.25º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0A16 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 10 22 -
CMYK 0 0.87 0.71 0.70
HSL 349.25º 0.77% 0.17% -
HSV(B) 349.25º 0.87% 0.3% -
XYZ 3.31 1.85 0.94 -
YUV 31.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 77 10 22 0 0.87 0.71 0.70 349.25 0.77 0.17
Hex 4D A 16 0 57 47 46 15D 4D 11
Octal 115 12 26 0 127 107 106 535 115 21
Binary 1001101 1010 10110 0 1010111 1000111 1000110 101011101 1001101 10001

Color Harmonies of #4D0A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0A16

Black with #4D0A16

Text Example


Text Example

White with #4D0A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,10,22); }

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

background-color css

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

 a { background-color: rgb(77,10,22); }

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

border-color css

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

 span { border-color: rgb(77,10,22); }

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