Html Css Color HEX #4E081C Bordeaux

📋 copy color: '#4E081C'

red 78 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #4E081C

Tints of Bordeaux #4E081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 68.42%
G = 7.02%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#4E081C (or 0x4E081C) is known color: Bordeaux. HEX triplet: 4E, 08 and 1C. RGB value is (78,8,28). Sum of RGB (Red+Green+Blue) = 78+8+28=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E081C is #B1F7E3. Grayscale: #1F1F1F. Windows color (decimal): -11663332 or 1837134. OLE color: 1837134.

HSL color Cylindrical-coordinate representation of color #4E081C: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E081C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 8 28 -
CMYK 0 0.90 0.64 0.69
HSL 342.86º 0.81% 0.17% -
HSV(B) 342.86º 0.9% 0.31% -
XYZ 3.44 1.88 1.28 -
YUV 31.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 78 8 28 0 0.90 0.64 0.69 342.86 0.81 0.17
Hex 4E 8 1C 0 5A 40 45 157 51 11
Octal 116 10 34 0 132 100 105 527 121 21
Binary 1001110 1000 11100 0 1011010 1000000 1000101 101010111 1010001 10001

Color Harmonies of #4E081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E081C

Black with #4E081C

Text Example


Text Example

White with #4E081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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