Html Css Color HEX #4E061D Bordeaux

📋 copy color: '#4E061D'

red 78 ◦ green 6 ◦ blue 29

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

Shades of Bordeaux #4E061D

Tints of Bordeaux #4E061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

 BLUE value IS 29 (11.72% from 255) = 25.66%

R = 69.03%
G = 5.31%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4E061D (or 0x4E061D) is known color: Bordeaux. HEX triplet: 4E, 06 and 1D. RGB value is (78,6,29). Sum of RGB (Red+Green+Blue) = 78+6+29=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E061D is #B1F9E2. Grayscale: #1E1E1E. Windows color (decimal): -11663843 or 1902158. OLE color: 1902158.

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

Color convert

RGB 78 6 29 -
CMYK 0 0.92 0.63 0.69
HSL 340.83º 0.86% 0.16% -
HSV(B) 340.83º 0.92% 0.31% -
XYZ 3.43 1.84 1.34 -
YUV 30.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 78 6 29 0 0.92 0.63 0.69 340.83 0.86 0.16
Hex 4E 6 1D 0 5C 3F 45 155 56 10
Octal 116 6 35 0 134 77 105 525 126 20
Binary 1001110 110 11101 0 1011100 111111 1000101 101010101 1010110 10000

Color Harmonies of #4E061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E061D

Black with #4E061D

Text Example


Text Example

White with #4E061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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