Html Css Color HEX #4E0019 Bordeaux

📋 copy color: '#4E0019'

red 78 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #4E0019

Tints of Bordeaux #4E0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.73%
G = 0%
B = 24.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#4E0019 (or 0x4E0019) is known color: Bordeaux. HEX triplet: 4E, 00 and 19. RGB value is (78,0,25). Sum of RGB (Red+Green+Blue) = 78+0+25=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0019 is #B1FFE6. Grayscale: #1A1A1A. Windows color (decimal): -11665383 or 1638478. OLE color: 1638478.

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

Color convert

RGB 78 0 25 -
CMYK 0 1 0.68 0.69
HSL 340.77º 1% 0.15% -
HSV(B) 340.77º 1% 0.31% -
XYZ 3.32 1.69 1.07 -
YUV 26.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 78 0 25 0 1 0.68 0.69 340.77 1 0.15
Hex 4E 0 19 0 64 44 45 155 64 F
Octal 116 0 31 0 144 104 105 525 144 17
Binary 1001110 0 11001 0 1100100 1000100 1000101 101010101 1100100 1111

Color Harmonies of #4E0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0019

Black with #4E0019

Text Example


Text Example

White with #4E0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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