Html Css Color HEX #4E1E29 Bordeaux

📋 copy color: '#4E1E29'

red 78 ◦ green 30 ◦ blue 41

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

Shades of Bordeaux #4E1E29

Tints of Bordeaux #4E1E29

RGB

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

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

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

R = 52.35%
G = 20.13%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4E1E29 (or 0x4E1E29) is known color: Bordeaux. HEX triplet: 4E, 1E and 29. RGB value is (78,30,41). Sum of RGB (Red+Green+Blue) = 78+30+41=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E29 is #B1E1D6. Grayscale: #2D2D2D. Windows color (decimal): -11657687 or 2694734. OLE color: 2694734.

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

Color convert

RGB 78 30 41 -
CMYK 0 0.62 0.47 0.69
HSL 346.25º 0.44% 0.21% -
HSV(B) 346.25º 0.62% 0.31% -
XYZ 4.01 2.71 2.41 -
YUV 45.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 78 30 41 0 0.62 0.47 0.69 346.25 0.44 0.21
Hex 4E 1E 29 0 3E 2F 45 15A 2C 15
Octal 116 36 51 0 76 57 105 532 54 25
Binary 1001110 11110 101001 0 111110 101111 1000101 101011010 101100 10101

Color Harmonies of #4E1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1E29

Black with #4E1E29

Text Example


Text Example

White with #4E1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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