Html Css Color HEX #4F141F Bordeaux

📋 copy color: '#4F141F'

red 79 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #4F141F

Tints of Bordeaux #4F141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

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

R = 60.77%
G = 15.38%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F141F (or 0x4F141F) is known color: Bordeaux. HEX triplet: 4F, 14 and 1F. RGB value is (79,20,31). Sum of RGB (Red+Green+Blue) = 79+20+31=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F141F is #B0EBE0. Grayscale: #262626. Windows color (decimal): -11594721 or 2036815. OLE color: 2036815.

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

Color convert

RGB 79 20 31 -
CMYK 0 0.75 0.61 0.69
HSL 348.81º 0.6% 0.19% -
HSV(B) 348.81º 0.75% 0.31% -
XYZ 3.72 2.26 1.54 -
YUV 38.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 79 20 31 0 0.75 0.61 0.69 348.81 0.6 0.19
Hex 4F 14 1F 0 4B 3D 45 15D 3C 13
Octal 117 24 37 0 113 75 105 535 74 23
Binary 1001111 10100 11111 0 1001011 111101 1000101 101011101 111100 10011

Color Harmonies of #4F141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F141F

Black with #4F141F

Text Example


Text Example

White with #4F141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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