Html Css Color HEX #4E0117 Bordeaux

📋 copy color: '#4E0117'

red 78 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #4E0117

Tints of Bordeaux #4E0117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 22.55%

R = 76.47%
G = 0.98%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4E0117 (or 0x4E0117) is known color: Bordeaux. HEX triplet: 4E, 01 and 17. RGB value is (78,1,23). Sum of RGB (Red+Green+Blue) = 78+1+23=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0117 is #B1FEE8. Grayscale: #1A1A1A. Windows color (decimal): -11665129 or 1507662. OLE color: 1507662.

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

Color convert

RGB 78 1 23 -
CMYK 0 0.99 0.71 0.69
HSL 342.86º 0.97% 0.15% -
HSV(B) 342.86º 0.99% 0.31% -
XYZ 3.31 1.7 0.97 -
YUV 26.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 78 1 23 0 0.99 0.71 0.69 342.86 0.97 0.15
Hex 4E 1 17 0 63 47 45 157 61 F
Octal 116 1 27 0 143 107 105 527 141 17
Binary 1001110 1 10111 0 1100011 1000111 1000101 101010111 1100001 1111

Color Harmonies of #4E0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0117

Black with #4E0117

Text Example


Text Example

White with #4E0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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