Html Css Color HEX #4D051D Bordeaux

📋 copy color: '#4D051D'

red 77 ◦ green 5 ◦ blue 29

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

Shades of Bordeaux #4D051D

Tints of Bordeaux #4D051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

 BLUE value IS 29 (11.72% from 255) = 26.13%

R = 69.37%
G = 4.5%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4D051D (or 0x4D051D) is known color: Bordeaux. HEX triplet: 4D, 05 and 1D. RGB value is (77,5,29). Sum of RGB (Red+Green+Blue) = 77+5+29=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D051D is #B2FAE2. Grayscale: #1D1D1D. Windows color (decimal): -11729635 or 1901901. OLE color: 1901901.

HSL color Cylindrical-coordinate representation of color #4D051D: hue angle of 340º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D051D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 5 29 -
CMYK 0 0.94 0.62 0.70
HSL 340º 0.88% 0.16% -
HSV(B) 340º 0.94% 0.3% -
XYZ 3.34 1.78 1.33 -
YUV 29.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 77 5 29 0 0.94 0.62 0.70 340 0.88 0.16
Hex 4D 5 1D 0 5E 3E 46 154 58 10
Octal 115 5 35 0 136 76 106 524 130 20
Binary 1001101 101 11101 0 1011110 111110 1000110 101010100 1011000 10000

Color Harmonies of #4D051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D051D

Black with #4D051D

Text Example


Text Example

White with #4D051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,5,29); }

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

background-color css

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

 a { background-color: rgb(77,5,29); }

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

border-color css

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

 span { border-color: rgb(77,5,29); }

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