Html Css Color HEX #4F1516 Bordeaux

📋 copy color: '#4F1516'

red 79 ◦ green 21 ◦ blue 22

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

Shades of Bordeaux #4F1516

Tints of Bordeaux #4F1516

RGB

 RED value IS 79 (31.25% from 255) = 64.75%

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 64.75%
G = 17.21%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4F1516 (or 0x4F1516) is known color: Bordeaux. HEX triplet: 4F, 15 and 16. RGB value is (79,21,22). Sum of RGB (Red+Green+Blue) = 79+21+22=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1516 is #B0EAE9. Grayscale: #262626. Windows color (decimal): -11594474 or 1447247. OLE color: 1447247.

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

Color convert

RGB 79 21 22 -
CMYK 0 0.73 0.72 0.69
HSL 358.97º 0.58% 0.2% -
HSV(B) 358.97º 0.73% 0.31% -
XYZ 3.64 2.26 1 -
YUV 38.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 79 21 22 0 0.73 0.72 0.69 358.97 0.58 0.2
Hex 4F 15 16 0 49 48 45 167 3A 14
Octal 117 25 26 0 111 110 105 547 72 24
Binary 1001111 10101 10110 0 1001001 1001000 1000101 101100111 111010 10100

Color Harmonies of #4F1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1516

Black with #4F1516

Text Example


Text Example

White with #4F1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,21,22); }

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

background-color css

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

 a { background-color: rgb(79,21,22); }

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

border-color css

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

 span { border-color: rgb(79,21,22); }

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