Html Css Color HEX #4F101F Bordeaux

📋 copy color: '#4F101F'

red 79 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #4F101F

Tints of Bordeaux #4F101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 62.7%
G = 12.7%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F101F (or 0x4F101F) is known color: Bordeaux. HEX triplet: 4F, 10 and 1F. RGB value is (79,16,31). Sum of RGB (Red+Green+Blue) = 79+16+31=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F101F is #B0EFE0. Grayscale: #242424. Windows color (decimal): -11595745 or 2035791. OLE color: 2035791.

HSL color Cylindrical-coordinate representation of color #4F101F: hue angle of 345.71º 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 #4F101F is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 31 -
CMYK 0 0.80 0.61 0.69
HSL 345.71º 0.66% 0.19% -
HSV(B) 345.71º 0.8% 0.31% -
XYZ 3.66 2.13 1.52 -
YUV 36.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 79 16 31 0 0.80 0.61 0.69 345.71 0.66 0.19
Hex 4F 10 1F 0 50 3D 45 15A 42 13
Octal 117 20 37 0 120 75 105 532 102 23
Binary 1001111 10000 11111 0 1010000 111101 1000101 101011010 1000010 10011

Color Harmonies of #4F101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F101F

Black with #4F101F

Text Example


Text Example

White with #4F101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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