Html Css Color HEX #4F1014 Bordeaux

📋 copy color: '#4F1014'

red 79 ◦ green 16 ◦ blue 20

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

Shades of Bordeaux #4F1014

Tints of Bordeaux #4F1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 68.7%
G = 13.91%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#4F1014 (or 0x4F1014) is known color: Bordeaux. HEX triplet: 4F, 10 and 14. RGB value is (79,16,20). Sum of RGB (Red+Green+Blue) = 79+16+20=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1014 is #B0EFEB. Grayscale: #232323. Windows color (decimal): -11595756 or 1314895. OLE color: 1314895.

HSL color Cylindrical-coordinate representation of color #4F1014: hue angle of 356.19º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1014 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 20 -
CMYK 0 0.80 0.75 0.69
HSL 356.19º 0.66% 0.19% -
HSV(B) 356.19º 0.8% 0.31% -
XYZ 3.54 2.08 0.88 -
YUV 35.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 79 16 20 0 0.80 0.75 0.69 356.19 0.66 0.19
Hex 4F 10 14 0 50 4B 45 164 42 13
Octal 117 20 24 0 120 113 105 544 102 23
Binary 1001111 10000 10100 0 1010000 1001011 1000101 101100100 1000010 10011

Color Harmonies of #4F1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1014

Black with #4F1014

Text Example


Text Example

White with #4F1014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,16,20); }

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

background-color css

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

 a { background-color: rgb(79,16,20); }

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

border-color css

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

 span { border-color: rgb(79,16,20); }

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