Html Css Color HEX #4E1D28 Bordeaux

📋 copy color: '#4E1D28'

red 78 ◦ green 29 ◦ blue 40

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

Shades of Bordeaux #4E1D28

Tints of Bordeaux #4E1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 53.06%
G = 19.73%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#4E1D28 (or 0x4E1D28) is known color: Bordeaux. HEX triplet: 4E, 1D and 28. RGB value is (78,29,40). Sum of RGB (Red+Green+Blue) = 78+29+40=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D28 is #B1E2D7. Grayscale: #2C2C2C. Windows color (decimal): -11657944 or 2628942. OLE color: 2628942.

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

Color convert

RGB 78 29 40 -
CMYK 0 0.63 0.49 0.69
HSL 346.53º 0.46% 0.21% -
HSV(B) 346.53º 0.63% 0.31% -
XYZ 3.96 2.65 2.31 -
YUV 44.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 78 29 40 0 0.63 0.49 0.69 346.53 0.46 0.21
Hex 4E 1D 28 0 3F 31 45 15B 2E 15
Octal 116 35 50 0 77 61 105 533 56 25
Binary 1001110 11101 101000 0 111111 110001 1000101 101011011 101110 10101

Color Harmonies of #4E1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1D28

Black with #4E1D28

Text Example


Text Example

White with #4E1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,29,40); }

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

background-color css

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

 a { background-color: rgb(78,29,40); }

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

border-color css

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

 span { border-color: rgb(78,29,40); }

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