Html Css Color HEX #4E171E Bordeaux

📋 copy color: '#4E171E'

red 78 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #4E171E

Tints of Bordeaux #4E171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 59.54%
G = 17.56%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E171E (or 0x4E171E) is known color: Bordeaux. HEX triplet: 4E, 17 and 1E. RGB value is (78,23,30). Sum of RGB (Red+Green+Blue) = 78+23+30=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E171E is #B1E8E1. Grayscale: #282828. Windows color (decimal): -11659490 or 1972046. OLE color: 1972046.

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

Color convert

RGB 78 23 30 -
CMYK 0 0.71 0.62 0.69
HSL 352.36º 0.54% 0.2% -
HSV(B) 352.36º 0.71% 0.31% -
XYZ 3.68 2.33 1.48 -
YUV 40.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 78 23 30 0 0.71 0.62 0.69 352.36 0.54 0.2
Hex 4E 17 1E 0 47 3E 45 160 36 14
Octal 116 27 36 0 107 76 105 540 66 24
Binary 1001110 10111 11110 0 1000111 111110 1000101 101100000 110110 10100

Color Harmonies of #4E171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E171E

Black with #4E171E

Text Example


Text Example

White with #4E171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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