Html Css Color HEX #4F1117 Bordeaux

📋 copy color: '#4F1117'

red 79 ◦ green 17 ◦ blue 23

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

Shades of Bordeaux #4F1117

Tints of Bordeaux #4F1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 66.39%
G = 14.29%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4F1117 (or 0x4F1117) is known color: Bordeaux. HEX triplet: 4F, 11 and 17. RGB value is (79,17,23). Sum of RGB (Red+Green+Blue) = 79+17+23=119 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.39% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1117 is #B0EEE8. Grayscale: #242424. Windows color (decimal): -11595497 or 1511759. OLE color: 1511759.

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

Color convert

RGB 79 17 23 -
CMYK 0 0.78 0.71 0.69
HSL 354.19º 0.65% 0.19% -
HSV(B) 354.19º 0.78% 0.31% -
XYZ 3.58 2.13 1.03 -
YUV 36.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 79 17 23 0 0.78 0.71 0.69 354.19 0.65 0.19
Hex 4F 11 17 0 4E 47 45 162 41 13
Octal 117 21 27 0 116 107 105 542 101 23
Binary 1001111 10001 10111 0 1001110 1000111 1000101 101100010 1000001 10011

Color Harmonies of #4F1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1117

Black with #4F1117

Text Example


Text Example

White with #4F1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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