Html Css Color HEX #4E181E Bordeaux

📋 copy color: '#4E181E'

red 78 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #4E181E

Tints of Bordeaux #4E181E

RGB

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

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

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

R = 59.09%
G = 18.18%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E181E (or 0x4E181E) is known color: Bordeaux. HEX triplet: 4E, 18 and 1E. RGB value is (78,24,30). Sum of RGB (Red+Green+Blue) = 78+24+30=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E181E is #B1E7E1. Grayscale: #282828. Windows color (decimal): -11659234 or 1972302. OLE color: 1972302.

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

Color convert

RGB 78 24 30 -
CMYK 0 0.69 0.62 0.69
HSL 353.33º 0.53% 0.2% -
HSV(B) 353.33º 0.69% 0.31% -
XYZ 3.7 2.37 1.49 -
YUV 40.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 78 24 30 0 0.69 0.62 0.69 353.33 0.53 0.2
Hex 4E 18 1E 0 45 3E 45 161 35 14
Octal 116 30 36 0 105 76 105 541 65 24
Binary 1001110 11000 11110 0 1000101 111110 1000101 101100001 110101 10100

Color Harmonies of #4E181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E181E

Black with #4E181E

Text Example


Text Example

White with #4E181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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