Html Css Color HEX #4E202C Bordeaux

📋 copy color: '#4E202C'

red 78 ◦ green 32 ◦ blue 44

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

Shades of Bordeaux #4E202C

Tints of Bordeaux #4E202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

 BLUE value IS 44 (17.58% from 255) = 28.57%

R = 50.65%
G = 20.78%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#4E202C (or 0x4E202C) is known color: Bordeaux. HEX triplet: 4E, 20 and 2C. RGB value is (78,32,44). Sum of RGB (Red+Green+Blue) = 78+32+44=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E202C is #B1DFD3. Grayscale: #2F2F2F. Windows color (decimal): -11657172 or 2891854. OLE color: 2891854.

HSL color Cylindrical-coordinate representation of color #4E202C: hue angle of 344.35º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E202C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 32 44 -
CMYK 0 0.59 0.44 0.69
HSL 344.35º 0.42% 0.22% -
HSV(B) 344.35º 0.59% 0.31% -
XYZ 4.11 2.83 2.71 -
YUV 47.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 78 32 44 0 0.59 0.44 0.69 344.35 0.42 0.22
Hex 4E 20 2C 0 3B 2C 45 158 2A 16
Octal 116 40 54 0 73 54 105 530 52 26
Binary 1001110 100000 101100 0 111011 101100 1000101 101011000 101010 10110

Color Harmonies of #4E202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E202C

Black with #4E202C

Text Example


Text Example

White with #4E202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,44); }

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

background-color css

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

 a { background-color: rgb(78,32,44); }

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

border-color css

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

 span { border-color: rgb(78,32,44); }

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