Html Css Color HEX #4E021A Bordeaux

📋 copy color: '#4E021A'

red 78 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #4E021A

Tints of Bordeaux #4E021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 73.58%
G = 1.89%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E021A (or 0x4E021A) is known color: Bordeaux. HEX triplet: 4E, 02 and 1A. RGB value is (78,2,26). Sum of RGB (Red+Green+Blue) = 78+2+26=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E021A is #B1FDE5. Grayscale: #1B1B1B. Windows color (decimal): -11664870 or 1704526. OLE color: 1704526.

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

Color convert

RGB 78 2 26 -
CMYK 0 0.97 0.67 0.69
HSL 341.05º 0.95% 0.16% -
HSV(B) 341.05º 0.97% 0.31% -
XYZ 3.35 1.74 1.14 -
YUV 27.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 78 2 26 0 0.97 0.67 0.69 341.05 0.95 0.16
Hex 4E 2 1A 0 61 43 45 155 5F 10
Octal 116 2 32 0 141 103 105 525 137 20
Binary 1001110 10 11010 0 1100001 1000011 1000101 101010101 1011111 10000

Color Harmonies of #4E021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E021A

Black with #4E021A

Text Example


Text Example

White with #4E021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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