Html Css Color HEX #4E1D29 Bordeaux

📋 copy color: '#4E1D29'

red 78 ◦ green 29 ◦ blue 41

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

Shades of Bordeaux #4E1D29

Tints of Bordeaux #4E1D29

RGB

 RED value IS 78 (30.86% from 255) = 52.7%

 GREEN value IS 29 (11.72% from 255) = 19.59%

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

R = 52.7%
G = 19.59%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4E1D29 (or 0x4E1D29) is known color: Bordeaux. HEX triplet: 4E, 1D and 29. RGB value is (78,29,41). Sum of RGB (Red+Green+Blue) = 78+29+41=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D29 is #B1E2D6. Grayscale: #2D2D2D. Windows color (decimal): -11657943 or 2694478. OLE color: 2694478.

HSL color Cylindrical-coordinate representation of color #4E1D29: hue angle of 345.31º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E1D29 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 29 41 -
CMYK 0 0.63 0.47 0.69
HSL 345.31º 0.46% 0.21% -
HSV(B) 345.31º 0.63% 0.31% -
XYZ 3.98 2.66 2.4 -
YUV 45.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 78 29 41 0 0.63 0.47 0.69 345.31 0.46 0.21
Hex 4E 1D 29 0 3F 2F 45 159 2E 15
Octal 116 35 51 0 77 57 105 531 56 25
Binary 1001110 11101 101001 0 111111 101111 1000101 101011001 101110 10101

Color Harmonies of #4E1D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1D29

Black with #4E1D29

Text Example


Text Example

White with #4E1D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,29,41); }

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

background-color css

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

 a { background-color: rgb(78,29,41); }

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

border-color css

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

 span { border-color: rgb(78,29,41); }

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