Html Css Color HEX #4D1E29 Bordeaux

📋 copy color: '#4D1E29'

red 77 ◦ green 30 ◦ blue 41

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

Shades of Bordeaux #4D1E29

Tints of Bordeaux #4D1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 52.03%
G = 20.27%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D1E29 (or 0x4D1E29) is known color: Bordeaux. HEX triplet: 4D, 1E and 29. RGB value is (77,30,41). Sum of RGB (Red+Green+Blue) = 77+30+41=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E29 is #B2E1D6. Grayscale: #2D2D2D. Windows color (decimal): -11723223 or 2694733. OLE color: 2694733.

HSL color Cylindrical-coordinate representation of color #4D1E29: hue angle of 345.96º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E29 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 30 41 -
CMYK 0 0.61 0.47 0.70
HSL 345.96º 0.44% 0.21% -
HSV(B) 345.96º 0.61% 0.3% -
XYZ 3.93 2.67 2.41 -
YUV 45.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 77 30 41 0 0.61 0.47 0.70 345.96 0.44 0.21
Hex 4D 1E 29 0 3D 2F 46 15A 2C 15
Octal 115 36 51 0 75 57 106 532 54 25
Binary 1001101 11110 101001 0 111101 101111 1000110 101011010 101100 10101

Color Harmonies of #4D1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E29

Black with #4D1E29

Text Example


Text Example

White with #4D1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,41); }

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

background-color css

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

 a { background-color: rgb(77,30,41); }

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

border-color css

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

 span { border-color: rgb(77,30,41); }

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