Html Css Color HEX #4E0513 Bordeaux

📋 copy color: '#4E0513'

red 78 ◦ green 5 ◦ blue 19

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

Shades of Bordeaux #4E0513

Tints of Bordeaux #4E0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 76.47%
G = 4.9%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4E0513 (or 0x4E0513) is known color: Bordeaux. HEX triplet: 4E, 05 and 13. RGB value is (78,5,19). Sum of RGB (Red+Green+Blue) = 78+5+19=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0513 is #B1FAEC. Grayscale: #1C1C1C. Windows color (decimal): -11664109 or 1246542. OLE color: 1246542.

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

Color convert

RGB 78 5 19 -
CMYK 0 0.94 0.76 0.69
HSL 348.49º 0.88% 0.16% -
HSV(B) 348.49º 0.94% 0.31% -
XYZ 3.31 1.78 0.78 -
YUV 28.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 78 5 19 0 0.94 0.76 0.69 348.49 0.88 0.16
Hex 4E 5 13 0 5E 4C 45 15C 58 10
Octal 116 5 23 0 136 114 105 534 130 20
Binary 1001110 101 10011 0 1011110 1001100 1000101 101011100 1011000 10000

Color Harmonies of #4E0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0513

Black with #4E0513

Text Example


Text Example

White with #4E0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,5,19); }

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

background-color css

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

 a { background-color: rgb(78,5,19); }

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

border-color css

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

 span { border-color: rgb(78,5,19); }

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