Html Css Color HEX #4E191E Bordeaux

📋 copy color: '#4E191E'

red 78 ◦ green 25 ◦ blue 30

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

Shades of Bordeaux #4E191E

Tints of Bordeaux #4E191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 58.65%
G = 18.8%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E191E (or 0x4E191E) is known color: Bordeaux. HEX triplet: 4E, 19 and 1E. RGB value is (78,25,30). Sum of RGB (Red+Green+Blue) = 78+25+30=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E191E is #B1E6E1. Grayscale: #292929. Windows color (decimal): -11658978 or 1972558. OLE color: 1972558.

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

Color convert

RGB 78 25 30 -
CMYK 0 0.68 0.62 0.69
HSL 354.34º 0.51% 0.2% -
HSV(B) 354.34º 0.68% 0.31% -
XYZ 3.72 2.41 1.5 -
YUV 41.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 78 25 30 0 0.68 0.62 0.69 354.34 0.51 0.2
Hex 4E 19 1E 0 44 3E 45 162 33 14
Octal 116 31 36 0 104 76 105 542 63 24
Binary 1001110 11001 11110 0 1000100 111110 1000101 101100010 110011 10100

Color Harmonies of #4E191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E191E

Black with #4E191E

Text Example


Text Example

White with #4E191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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