Html Css Color HEX #4E181C Bordeaux

📋 copy color: '#4E181C'

red 78 ◦ green 24 ◦ blue 28

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

Shades of Bordeaux #4E181C

Tints of Bordeaux #4E181C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 60%
G = 18.46%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E181C (or 0x4E181C) is known color: Bordeaux. HEX triplet: 4E, 18 and 1C. RGB value is (78,24,28). Sum of RGB (Red+Green+Blue) = 78+24+28=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E181C is #B1E7E3. Grayscale: #282828. Windows color (decimal): -11659236 or 1841230. OLE color: 1841230.

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

Color convert

RGB 78 24 28 -
CMYK 0 0.69 0.64 0.69
HSL 355.56º 0.53% 0.2% -
HSV(B) 355.56º 0.69% 0.31% -
XYZ 3.68 2.36 1.36 -
YUV 40.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 78 24 28 0 0.69 0.64 0.69 355.56 0.53 0.2
Hex 4E 18 1C 0 45 40 45 164 35 14
Octal 116 30 34 0 105 100 105 544 65 24
Binary 1001110 11000 11100 0 1000101 1000000 1000101 101100100 110101 10100

Color Harmonies of #4E181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E181C

Black with #4E181C

Text Example


Text Example

White with #4E181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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