Html Css Color HEX #4E0416 Bordeaux

📋 copy color: '#4E0416'

red 78 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #4E0416

Tints of Bordeaux #4E0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

 BLUE value IS 22 (8.98% from 255) = 21.15%

R = 75%
G = 3.85%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4E0416 (or 0x4E0416) is known color: Bordeaux. HEX triplet: 4E, 04 and 16. RGB value is (78,4,22). Sum of RGB (Red+Green+Blue) = 78+4+22=104 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0416 is #B1FBE9. Grayscale: #1C1C1C. Windows color (decimal): -11664362 or 1442894. OLE color: 1442894.

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

Color convert

RGB 78 4 22 -
CMYK 0 0.95 0.72 0.69
HSL 345.41º 0.9% 0.16% -
HSV(B) 345.41º 0.95% 0.31% -
XYZ 3.33 1.76 0.92 -
YUV 28.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 78 4 22 0 0.95 0.72 0.69 345.41 0.9 0.16
Hex 4E 4 16 0 5F 48 45 159 5A 10
Octal 116 4 26 0 137 110 105 531 132 20
Binary 1001110 100 10110 0 1011111 1001000 1000101 101011001 1011010 10000

Color Harmonies of #4E0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0416

Black with #4E0416

Text Example


Text Example

White with #4E0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,4,22); }

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

background-color css

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

 a { background-color: rgb(78,4,22); }

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

border-color css

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

 span { border-color: rgb(78,4,22); }

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