#4F0317

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

Shades of Bordeaux #4F0317

Tints of Bordeaux #4F0317

Color information

#4F0317 (or 0x4F0317) is unknown color: approx Bordeaux. HEX triplet: 4F, 03 and 17. RGB value is (79,3,23). Sum of RGB (Red+Green+Blue) = 79+3+23=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0317 is #B0FCE8. Grayscale: #1C1C1C. Windows color (decimal): -11599081 or 1508175. OLE color: 1508175.

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

Color convert

RGB79323-
CMYK00.960.710.69
HSL344.21º92.68%16.08%-
HSV(B)344.21º96.2%30.98%-
XYZ3.411.790.98-
YUV28125.18164.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 75.24%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=75.24%
G=2.86%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7932300.960.710.69344.2192.6816.08
Hex4F31706047451585d10
Octal117327014010710553013520
Binary100111111101110110000010001111000101101011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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