Html Css Color HEX #4E061E Bordeaux

📋 copy color: '#4E061E'

red 78 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #4E061E

Tints of Bordeaux #4E061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 68.42%
G = 5.26%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E061E (or 0x4E061E) is known color: Bordeaux. HEX triplet: 4E, 06 and 1E. RGB value is (78,6,30). Sum of RGB (Red+Green+Blue) = 78+6+30=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E061E is #B1F9E1. Grayscale: #1E1E1E. Windows color (decimal): -11663842 or 1967694. OLE color: 1967694.

HSL color Cylindrical-coordinate representation of color #4E061E: hue angle of 340º 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 #4E061E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 6 30 -
CMYK 0 0.92 0.62 0.69
HSL 340º 0.86% 0.16% -
HSV(B) 340º 0.92% 0.31% -
XYZ 3.44 1.84 1.4 -
YUV 30.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 78 6 30 0 0.92 0.62 0.69 340 0.86 0.16
Hex 4E 6 1E 0 5C 3E 45 154 56 10
Octal 116 6 36 0 134 76 105 524 126 20
Binary 1001110 110 11110 0 1011100 111110 1000101 101010100 1010110 10000

Color Harmonies of #4E061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E061E

Black with #4E061E

Text Example


Text Example

White with #4E061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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