#4F171C

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

Shades of Bordeaux #4F171C

Tints of Bordeaux #4F171C

Color information

#4F171C (or 0x4F171C) is unknown color: approx Bordeaux. HEX triplet: 4F, 17 and 1C. RGB value is (79,23,28). Sum of RGB (Red+Green+Blue) = 79+23+28=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F171C is #B0E8E3. Grayscale: #282828. Windows color (decimal): -11593956 or 1840975. OLE color: 1840975.

HSL color Cylindrical-coordinate representation of color #4F171C: hue angle of 354.64º 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 #4F171C is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB792328-
CMYK00.710.650.69
HSL354.64º54.9%20%-
HSV(B)354.64º70.89%30.98%-
XYZ3.742.361.36-
YUV40.31121.05155.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.77%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=60.77%
G=17.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79232800.710.650.69354.6454.920
Hex4F171C04741451633714
Octal117273401071011055436724
Binary10011111011111100010001111000001100010110110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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