Html Css Color HEX #4E0316 Bordeaux

📋 copy color: '#4E0316'

red 78 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #4E0316

Tints of Bordeaux #4E0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 75.73%
G = 2.91%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4E0316 (or 0x4E0316) is known color: Bordeaux. HEX triplet: 4E, 03 and 16. RGB value is (78,3,22). Sum of RGB (Red+Green+Blue) = 78+3+22=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0316 is #B1FCE9. Grayscale: #1B1B1B. Windows color (decimal): -11664618 or 1442638. OLE color: 1442638.

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

Color convert

RGB 78 3 22 -
CMYK 0 0.96 0.72 0.69
HSL 344.8º 0.93% 0.16% -
HSV(B) 344.8º 0.96% 0.31% -
XYZ 3.32 1.74 0.92 -
YUV 27.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 78 3 22 0 0.96 0.72 0.69 344.8 0.93 0.16
Hex 4E 3 16 0 60 48 45 159 5D 10
Octal 116 3 26 0 140 110 105 531 135 20
Binary 1001110 11 10110 0 1100000 1001000 1000101 101011001 1011101 10000

Color Harmonies of #4E0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0316

Black with #4E0316

Text Example


Text Example

White with #4E0316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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