Html Css Color HEX #4E101C Bordeaux

📋 copy color: '#4E101C'

red 78 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #4E101C

Tints of Bordeaux #4E101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 63.93%
G = 13.11%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E101C (or 0x4E101C) is known color: Bordeaux. HEX triplet: 4E, 10 and 1C. RGB value is (78,16,28). Sum of RGB (Red+Green+Blue) = 78+16+28=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E101C is #B1EFE3. Grayscale: #232323. Windows color (decimal): -11661284 or 1839182. OLE color: 1839182.

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

Color convert

RGB 78 16 28 -
CMYK 0 0.79 0.64 0.69
HSL 348.39º 0.66% 0.18% -
HSV(B) 348.39º 0.79% 0.31% -
XYZ 3.54 2.07 1.31 -
YUV 35.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 78 16 28 0 0.79 0.64 0.69 348.39 0.66 0.18
Hex 4E 10 1C 0 4F 40 45 15C 42 12
Octal 116 20 34 0 117 100 105 534 102 22
Binary 1001110 10000 11100 0 1001111 1000000 1000101 101011100 1000010 10010

Color Harmonies of #4E101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E101C

Black with #4E101C

Text Example


Text Example

White with #4E101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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