Html Css Color HEX #4E031A Bordeaux

📋 copy color: '#4E031A'

red 78 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #4E031A

Tints of Bordeaux #4E031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 72.9%
G = 2.8%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E031A (or 0x4E031A) is known color: Bordeaux. HEX triplet: 4E, 03 and 1A. RGB value is (78,3,26). Sum of RGB (Red+Green+Blue) = 78+3+26=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E031A is #B1FCE5. Grayscale: #1C1C1C. Windows color (decimal): -11664614 or 1704782. OLE color: 1704782.

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

Color convert

RGB 78 3 26 -
CMYK 0 0.96 0.67 0.69
HSL 341.6º 0.93% 0.16% -
HSV(B) 341.6º 0.96% 0.31% -
XYZ 3.36 1.76 1.14 -
YUV 28.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 78 3 26 0 0.96 0.67 0.69 341.6 0.93 0.16
Hex 4E 3 1A 0 60 43 45 156 5D 10
Octal 116 3 32 0 140 103 105 526 135 20
Binary 1001110 11 11010 0 1100000 1000011 1000101 101010110 1011101 10000

Color Harmonies of #4E031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E031A

Black with #4E031A

Text Example


Text Example

White with #4E031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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