#4F0917

Color #4F0917 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4F0917

Tints of Bordeaux #4F0917

Color information

#4F0917 (or 0x4F0917) is unknown color: approx Bordeaux. HEX triplet: 4F, 09 and 17. RGB value is (79,9,23). Sum of RGB (Red+Green+Blue) = 79+9+23=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0917 is #B0F6E8. Grayscale: #1F1F1F. Windows color (decimal): -11597545 or 1509711. OLE color: 1509711.

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

Color convert

RGB79923-
CMYK00.890.710.69
HSL348º79.55%17.25%-
HSV(B)348º88.61%30.98%-
XYZ3.481.921-
YUV31.53123.19161.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 71.17%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=71.17%
G=8.11%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7992300.890.710.6934879.5517.25
Hex4F917059474515c5011
Octal1171127013110710553412021
Binary10011111001101110101100110001111000101101011100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F0917;
 }
 .AnyTagClassName
 {
   color: #4F0917;
 }
</style>
background-color css

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

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

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

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

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

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