Html Css Color HEX #4E0118 Bordeaux

📋 copy color: '#4E0118'

red 78 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #4E0118

Tints of Bordeaux #4E0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.97%

 BLUE value IS 24 (9.77% from 255) = 23.3%

R = 75.73%
G = 0.97%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#4E0118 (or 0x4E0118) is known color: Bordeaux. HEX triplet: 4E, 01 and 18. RGB value is (78,1,24). Sum of RGB (Red+Green+Blue) = 78+1+24=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0118 is #B1FEE7. Grayscale: #1A1A1A. Windows color (decimal): -11665128 or 1573198. OLE color: 1573198.

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

Color convert

RGB 78 1 24 -
CMYK 0 0.99 0.69 0.69
HSL 342.08º 0.97% 0.15% -
HSV(B) 342.08º 0.99% 0.31% -
XYZ 3.32 1.71 1.02 -
YUV 26.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 78 1 24 0 0.99 0.69 0.69 342.08 0.97 0.15
Hex 4E 1 18 0 63 45 45 156 61 F
Octal 116 1 30 0 143 105 105 526 141 17
Binary 1001110 1 11000 0 1100011 1000101 1000101 101010110 1100001 1111

Color Harmonies of #4E0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0118

Black with #4E0118

Text Example


Text Example

White with #4E0118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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