Html Css Color HEX #4E1C2B Bordeaux

📋 copy color: '#4E1C2B'

red 78 ◦ green 28 ◦ blue 43

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

Shades of Bordeaux #4E1C2B

Tints of Bordeaux #4E1C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

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

R = 52.35%
G = 18.79%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E1C2B (or 0x4E1C2B) is known color: Bordeaux. HEX triplet: 4E, 1C and 2B. RGB value is (78,28,43). Sum of RGB (Red+Green+Blue) = 78+28+43=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1C2B is #B1E3D4. Grayscale: #2C2C2C. Windows color (decimal): -11658197 or 2825294. OLE color: 2825294.

HSL color Cylindrical-coordinate representation of color #4E1C2B: hue angle of 342º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E1C2B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 28 43 -
CMYK 0 0.64 0.45 0.69
HSL 342º 0.47% 0.21% -
HSV(B) 342º 0.64% 0.31% -
XYZ 3.99 2.62 2.58 -
YUV 44.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 78 28 43 0 0.64 0.45 0.69 342 0.47 0.21
Hex 4E 1C 2B 0 40 2D 45 156 2F 15
Octal 116 34 53 0 100 55 105 526 57 25
Binary 1001110 11100 101011 0 1000000 101101 1000101 101010110 101111 10101

Color Harmonies of #4E1C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1C2B

Black with #4E1C2B

Text Example


Text Example

White with #4E1C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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