Html Css Color HEX #4D2129 Bordeaux

📋 copy color: '#4D2129'

red 77 ◦ green 33 ◦ blue 41

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

Shades of Bordeaux #4D2129

Tints of Bordeaux #4D2129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 50.99%
G = 21.85%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D2129 (or 0x4D2129) is known color: Bordeaux. HEX triplet: 4D, 21 and 29. RGB value is (77,33,41). Sum of RGB (Red+Green+Blue) = 77+33+41=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2129 is #B2DED6. Grayscale: #2F2F2F. Windows color (decimal): -11722455 or 2695501. OLE color: 2695501.

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

Color convert

RGB 77 33 41 -
CMYK 0 0.57 0.47 0.70
HSL 349.09º 0.4% 0.22% -
HSV(B) 349.09º 0.57% 0.3% -
XYZ 4 2.83 2.43 -
YUV 47.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 77 33 41 0 0.57 0.47 0.70 349.09 0.4 0.22
Hex 4D 21 29 0 39 2F 46 15D 28 16
Octal 115 41 51 0 71 57 106 535 50 26
Binary 1001101 100001 101001 0 111001 101111 1000110 101011101 101000 10110

Color Harmonies of #4D2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2129

Black with #4D2129

Text Example


Text Example

White with #4D2129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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