Html Css Color HEX #4D1C29 Bordeaux

📋 copy color: '#4D1C29'

red 77 ◦ green 28 ◦ blue 41

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

Shades of Bordeaux #4D1C29

Tints of Bordeaux #4D1C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.18%

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

R = 52.74%
G = 19.18%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D1C29 (or 0x4D1C29) is known color: Bordeaux. HEX triplet: 4D, 1C and 29. RGB value is (77,28,41). Sum of RGB (Red+Green+Blue) = 77+28+41=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C29 is #B2E3D6. Grayscale: #2C2C2C. Windows color (decimal): -11723735 or 2694221. OLE color: 2694221.

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

Color convert

RGB 77 28 41 -
CMYK 0 0.64 0.47 0.70
HSL 344.08º 0.47% 0.21% -
HSV(B) 344.08º 0.64% 0.3% -
XYZ 3.88 2.57 2.39 -
YUV 44.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 77 28 41 0 0.64 0.47 0.70 344.08 0.47 0.21
Hex 4D 1C 29 0 40 2F 46 158 2F 15
Octal 115 34 51 0 100 57 106 530 57 25
Binary 1001101 11100 101001 0 1000000 101111 1000110 101011000 101111 10101

Color Harmonies of #4D1C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C29

Black with #4D1C29

Text Example


Text Example

White with #4D1C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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