Html Css Color HEX #4E1021 Bordeaux

📋 copy color: '#4E1021'

red 78 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #4E1021

Tints of Bordeaux #4E1021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

 BLUE value IS 33 (13.28% from 255) = 25.98%

R = 61.42%
G = 12.6%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4E1021 (or 0x4E1021) is known color: Bordeaux. HEX triplet: 4E, 10 and 21. RGB value is (78,16,33). Sum of RGB (Red+Green+Blue) = 78+16+33=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1021 is #B1EFDE. Grayscale: #242424. Windows color (decimal): -11661279 or 2166862. OLE color: 2166862.

HSL color Cylindrical-coordinate representation of color #4E1021: hue angle of 343.55º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1021 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 16 33 -
CMYK 0 0.79 0.58 0.69
HSL 343.55º 0.66% 0.18% -
HSV(B) 343.55º 0.79% 0.31% -
XYZ 3.6 2.1 1.65 -
YUV 36.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 78 16 33 0 0.79 0.58 0.69 343.55 0.66 0.18
Hex 4E 10 21 0 4F 3A 45 158 42 12
Octal 116 20 41 0 117 72 105 530 102 22
Binary 1001110 10000 100001 0 1001111 111010 1000101 101011000 1000010 10010

Color Harmonies of #4E1021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1021

Black with #4E1021

Text Example


Text Example

White with #4E1021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,33); }

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

background-color css

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

 a { background-color: rgb(78,16,33); }

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

border-color css

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

 span { border-color: rgb(78,16,33); }

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