Html Css Color HEX #4D1829 Bordeaux

📋 copy color: '#4D1829'

red 77 ◦ green 24 ◦ blue 41

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

Shades of Bordeaux #4D1829

Tints of Bordeaux #4D1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

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

R = 54.23%
G = 16.9%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D1829 (or 0x4D1829) is known color: Bordeaux. HEX triplet: 4D, 18 and 29. RGB value is (77,24,41). Sum of RGB (Red+Green+Blue) = 77+24+41=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1829 is #B2E7D6. Grayscale: #292929. Windows color (decimal): -11724759 or 2693197. OLE color: 2693197.

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

Color convert

RGB 77 24 41 -
CMYK 0 0.69 0.47 0.70
HSL 340.75º 0.52% 0.2% -
HSV(B) 340.75º 0.69% 0.3% -
XYZ 3.79 2.39 2.36 -
YUV 41.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 77 24 41 0 0.69 0.47 0.70 340.75 0.52 0.2
Hex 4D 18 29 0 45 2F 46 155 34 14
Octal 115 30 51 0 105 57 106 525 64 24
Binary 1001101 11000 101001 0 1000101 101111 1000110 101010101 110100 10100

Color Harmonies of #4D1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1829

Black with #4D1829

Text Example


Text Example

White with #4D1829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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