Html Css Color HEX #4E171D Bordeaux

📋 copy color: '#4E171D'

red 78 ◦ green 23 ◦ blue 29

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

Shades of Bordeaux #4E171D

Tints of Bordeaux #4E171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

 BLUE value IS 29 (11.72% from 255) = 22.31%

R = 60%
G = 17.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4E171D (or 0x4E171D) is known color: Bordeaux. HEX triplet: 4E, 17 and 1D. RGB value is (78,23,29). Sum of RGB (Red+Green+Blue) = 78+23+29=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E171D is #B1E8E2. Grayscale: #282828. Windows color (decimal): -11659491 or 1906510. OLE color: 1906510.

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

Color convert

RGB 78 23 29 -
CMYK 0 0.71 0.63 0.69
HSL 353.45º 0.54% 0.2% -
HSV(B) 353.45º 0.71% 0.31% -
XYZ 3.67 2.32 1.42 -
YUV 40.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 78 23 29 0 0.71 0.63 0.69 353.45 0.54 0.2
Hex 4E 17 1D 0 47 3F 45 161 36 14
Octal 116 27 35 0 107 77 105 541 66 24
Binary 1001110 10111 11101 0 1000111 111111 1000101 101100001 110110 10100

Color Harmonies of #4E171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E171D

Black with #4E171D

Text Example


Text Example

White with #4E171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,23,29); }

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

background-color css

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

 a { background-color: rgb(78,23,29); }

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

border-color css

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

 span { border-color: rgb(78,23,29); }

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