Html Css Color HEX #4E202B Bordeaux

📋 copy color: '#4E202B'

red 78 ◦ green 32 ◦ blue 43

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

Shades of Bordeaux #4E202B

Tints of Bordeaux #4E202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 50.98%
G = 20.92%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E202B (or 0x4E202B) is known color: Bordeaux. HEX triplet: 4E, 20 and 2B. RGB value is (78,32,43). Sum of RGB (Red+Green+Blue) = 78+32+43=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E202B is #B1DFD4. Grayscale: #2F2F2F. Windows color (decimal): -11657173 or 2826318. OLE color: 2826318.

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

Color convert

RGB 78 32 43 -
CMYK 0 0.59 0.45 0.69
HSL 345.65º 0.42% 0.22% -
HSV(B) 345.65º 0.59% 0.31% -
XYZ 4.09 2.83 2.62 -
YUV 47.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 78 32 43 0 0.59 0.45 0.69 345.65 0.42 0.22
Hex 4E 20 2B 0 3B 2D 45 15A 2A 16
Octal 116 40 53 0 73 55 105 532 52 26
Binary 1001110 100000 101011 0 111011 101101 1000101 101011010 101010 10110

Color Harmonies of #4E202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E202B

Black with #4E202B

Text Example


Text Example

White with #4E202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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