Html Css Color HEX #4E2229 Bordeaux

📋 copy color: '#4E2229'

red 78 ◦ green 34 ◦ blue 41

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

Shades of Bordeaux #4E2229

Tints of Bordeaux #4E2229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 50.98%
G = 22.22%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4E2229 (or 0x4E2229) is known color: Bordeaux. HEX triplet: 4E, 22 and 29. RGB value is (78,34,41). Sum of RGB (Red+Green+Blue) = 78+34+41=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2229 is #B1DDD6. Grayscale: #2F2F2F. Windows color (decimal): -11656663 or 2695758. OLE color: 2695758.

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

Color convert

RGB 78 34 41 -
CMYK 0 0.56 0.47 0.69
HSL 350.45º 0.39% 0.22% -
HSV(B) 350.45º 0.56% 0.31% -
XYZ 4.11 2.92 2.45 -
YUV 47.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 78 34 41 0 0.56 0.47 0.69 350.45 0.39 0.22
Hex 4E 22 29 0 38 2F 45 15E 27 16
Octal 116 42 51 0 70 57 105 536 47 26
Binary 1001110 100010 101001 0 111000 101111 1000101 101011110 100111 10110

Color Harmonies of #4E2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2229

Black with #4E2229

Text Example


Text Example

White with #4E2229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,34,41); }

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

background-color css

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

 a { background-color: rgb(78,34,41); }

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

border-color css

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

 span { border-color: rgb(78,34,41); }

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