Html Css Color HEX #4E091E Bordeaux

📋 copy color: '#4E091E'

red 78 ◦ green 9 ◦ blue 30

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

Shades of Bordeaux #4E091E

Tints of Bordeaux #4E091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 66.67%
G = 7.69%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4E091E (or 0x4E091E) is known color: Bordeaux. HEX triplet: 4E, 09 and 1E. RGB value is (78,9,30). Sum of RGB (Red+Green+Blue) = 78+9+30=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E091E is #B1F6E1. Grayscale: #202020. Windows color (decimal): -11663074 or 1968462. OLE color: 1968462.

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

Color convert

RGB 78 9 30 -
CMYK 0 0.88 0.62 0.69
HSL 341.74º 0.79% 0.17% -
HSV(B) 341.74º 0.88% 0.31% -
XYZ 3.47 1.91 1.41 -
YUV 32.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 78 9 30 0 0.88 0.62 0.69 341.74 0.79 0.17
Hex 4E 9 1E 0 58 3E 45 156 4F 11
Octal 116 11 36 0 130 76 105 526 117 21
Binary 1001110 1001 11110 0 1011000 111110 1000101 101010110 1001111 10001

Color Harmonies of #4E091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E091E

Black with #4E091E

Text Example


Text Example

White with #4E091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,9,30); }

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

background-color css

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

 a { background-color: rgb(78,9,30); }

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

border-color css

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

 span { border-color: rgb(78,9,30); }

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