Html Css Color HEX #4E0119 Bordeaux

📋 copy color: '#4E0119'

red 78 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #4E0119

Tints of Bordeaux #4E0119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 75%
G = 0.96%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4E0119 (or 0x4E0119) is known color: Bordeaux. HEX triplet: 4E, 01 and 19. RGB value is (78,1,25). Sum of RGB (Red+Green+Blue) = 78+1+25=104 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0119 is #B1FEE6. Grayscale: #1A1A1A. Windows color (decimal): -11665127 or 1638734. OLE color: 1638734.

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

Color convert

RGB 78 1 25 -
CMYK 0 0.99 0.68 0.69
HSL 341.3º 0.97% 0.15% -
HSV(B) 341.3º 0.99% 0.31% -
XYZ 3.33 1.71 1.07 -
YUV 26.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 78 1 25 0 0.99 0.68 0.69 341.3 0.97 0.15
Hex 4E 1 19 0 63 44 45 155 61 F
Octal 116 1 31 0 143 104 105 525 141 17
Binary 1001110 1 11001 0 1100011 1000100 1000101 101010101 1100001 1111

Color Harmonies of #4E0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0119

Black with #4E0119

Text Example


Text Example

White with #4E0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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