Html Css Color HEX #4F171F Bordeaux

📋 copy color: '#4F171F'

red 79 ◦ green 23 ◦ blue 31

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

Shades of Bordeaux #4F171F

Tints of Bordeaux #4F171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.29%

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

R = 59.4%
G = 17.29%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F171F (or 0x4F171F) is known color: Bordeaux. HEX triplet: 4F, 17 and 1F. RGB value is (79,23,31). Sum of RGB (Red+Green+Blue) = 79+23+31=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F171F is #B0E8E0. Grayscale: #282828. Windows color (decimal): -11593953 or 2037583. OLE color: 2037583.

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

Color convert

RGB 79 23 31 -
CMYK 0 0.71 0.61 0.69
HSL 351.43º 0.55% 0.2% -
HSV(B) 351.43º 0.71% 0.31% -
XYZ 3.78 2.37 1.56 -
YUV 40.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 79 23 31 0 0.71 0.61 0.69 351.43 0.55 0.2
Hex 4F 17 1F 0 47 3D 45 15F 37 14
Octal 117 27 37 0 107 75 105 537 67 24
Binary 1001111 10111 11111 0 1000111 111101 1000101 101011111 110111 10100

Color Harmonies of #4F171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F171F

Black with #4F171F

Text Example


Text Example

White with #4F171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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