Html Css Color HEX #4E151C Bordeaux

📋 copy color: '#4E151C'

red 78 ◦ green 21 ◦ blue 28

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

Shades of Bordeaux #4E151C

Tints of Bordeaux #4E151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

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

R = 61.42%
G = 16.54%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E151C (or 0x4E151C) is known color: Bordeaux. HEX triplet: 4E, 15 and 1C. RGB value is (78,21,28). Sum of RGB (Red+Green+Blue) = 78+21+28=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E151C is #B1EAE3. Grayscale: #262626. Windows color (decimal): -11660004 or 1840462. OLE color: 1840462.

HSL color Cylindrical-coordinate representation of color #4E151C: hue angle of 352.63º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E151C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 21 28 -
CMYK 0 0.73 0.64 0.69
HSL 352.63º 0.58% 0.19% -
HSV(B) 352.63º 0.73% 0.31% -
XYZ 3.62 2.24 1.34 -
YUV 38.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 78 21 28 0 0.73 0.64 0.69 352.63 0.58 0.19
Hex 4E 15 1C 0 49 40 45 161 3A 13
Octal 116 25 34 0 111 100 105 541 72 23
Binary 1001110 10101 11100 0 1001001 1000000 1000101 101100001 111010 10011

Color Harmonies of #4E151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E151C

Black with #4E151C

Text Example


Text Example

White with #4E151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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