Html Css Color HEX #4E181B Bordeaux

📋 copy color: '#4E181B'

red 78 ◦ green 24 ◦ blue 27

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

Shades of Bordeaux #4E181B

Tints of Bordeaux #4E181B

RGB

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

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

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

R = 60.47%
G = 18.6%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4E181B (or 0x4E181B) is known color: Bordeaux. HEX triplet: 4E, 18 and 1B. RGB value is (78,24,27). Sum of RGB (Red+Green+Blue) = 78+24+27=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E181B is #B1E7E4. Grayscale: #282828. Windows color (decimal): -11659237 or 1775694. OLE color: 1775694.

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

Color convert

RGB 78 24 27 -
CMYK 0 0.69 0.65 0.69
HSL 356.67º 0.53% 0.2% -
HSV(B) 356.67º 0.69% 0.31% -
XYZ 3.67 2.35 1.3 -
YUV 40.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 78 24 27 0 0.69 0.65 0.69 356.67 0.53 0.2
Hex 4E 18 1B 0 45 41 45 165 35 14
Octal 116 30 33 0 105 101 105 545 65 24
Binary 1001110 11000 11011 0 1000101 1000001 1000101 101100101 110101 10100

Color Harmonies of #4E181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E181B

Black with #4E181B

Text Example


Text Example

White with #4E181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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