Html Css Color HEX #4E011B Bordeaux

📋 copy color: '#4E011B'

red 78 ◦ green 1 ◦ blue 27

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

Shades of Bordeaux #4E011B

Tints of Bordeaux #4E011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.47%

R = 73.58%
G = 0.94%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4E011B (or 0x4E011B) is known color: Bordeaux. HEX triplet: 4E, 01 and 1B. RGB value is (78,1,27). Sum of RGB (Red+Green+Blue) = 78+1+27=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E011B is #B1FEE4. Grayscale: #1A1A1A. Windows color (decimal): -11665125 or 1769806. OLE color: 1769806.

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

Color convert

RGB 78 1 27 -
CMYK 0 0.99 0.65 0.69
HSL 339.74º 0.97% 0.15% -
HSV(B) 339.74º 0.99% 0.31% -
XYZ 3.35 1.72 1.19 -
YUV 26.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 78 1 27 0 0.99 0.65 0.69 339.74 0.97 0.15
Hex 4E 1 1B 0 63 41 45 154 61 F
Octal 116 1 33 0 143 101 105 524 141 17
Binary 1001110 1 11011 0 1100011 1000001 1000101 101010100 1100001 1111

Color Harmonies of #4E011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E011B

Black with #4E011B

Text Example


Text Example

White with #4E011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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