Html Css Color HEX #4E181A Bordeaux

📋 copy color: '#4E181A'

red 78 ◦ green 24 ◦ blue 26

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

Shades of Bordeaux #4E181A

Tints of Bordeaux #4E181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

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

R = 60.94%
G = 18.75%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4E181A (or 0x4E181A) is known color: Bordeaux. HEX triplet: 4E, 18 and 1A. RGB value is (78,24,26). Sum of RGB (Red+Green+Blue) = 78+24+26=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E181A is #B1E7E5. Grayscale: #282828. Windows color (decimal): -11659238 or 1710158. OLE color: 1710158.

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

Color convert

RGB 78 24 26 -
CMYK 0 0.69 0.67 0.69
HSL 357.78º 0.53% 0.2% -
HSV(B) 357.78º 0.69% 0.31% -
XYZ 3.65 2.35 1.24 -
YUV 40.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 78 24 26 0 0.69 0.67 0.69 357.78 0.53 0.2
Hex 4E 18 1A 0 45 43 45 166 35 14
Octal 116 30 32 0 105 103 105 546 65 24
Binary 1001110 11000 11010 0 1000101 1000011 1000101 101100110 110101 10100

Color Harmonies of #4E181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E181A

Black with #4E181A

Text Example


Text Example

White with #4E181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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