Html Css Color HEX #4E131A Bordeaux

📋 copy color: '#4E131A'

red 78 ◦ green 19 ◦ blue 26

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

Shades of Bordeaux #4E131A

Tints of Bordeaux #4E131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 63.41%
G = 15.45%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E131A (or 0x4E131A) is known color: Bordeaux. HEX triplet: 4E, 13 and 1A. RGB value is (78,19,26). Sum of RGB (Red+Green+Blue) = 78+19+26=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E131A is #B1ECE5. Grayscale: #252525. Windows color (decimal): -11660518 or 1708878. OLE color: 1708878.

HSL color Cylindrical-coordinate representation of color #4E131A: hue angle of 352.88º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E131A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 19 26 -
CMYK 0 0.76 0.67 0.69
HSL 352.88º 0.61% 0.19% -
HSV(B) 352.88º 0.76% 0.31% -
XYZ 3.56 2.16 1.21 -
YUV 37.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 78 19 26 0 0.76 0.67 0.69 352.88 0.61 0.19
Hex 4E 13 1A 0 4C 43 45 161 3D 13
Octal 116 23 32 0 114 103 105 541 75 23
Binary 1001110 10011 11010 0 1001100 1000011 1000101 101100001 111101 10011

Color Harmonies of #4E131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E131A

Black with #4E131A

Text Example


Text Example

White with #4E131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,19,26); }

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

background-color css

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

 a { background-color: rgb(78,19,26); }

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

border-color css

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

 span { border-color: rgb(78,19,26); }

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