#4f1c1f

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

Shades of Bordeaux #4F1C1F

Tints of Bordeaux #4F1C1F

Color information

#4F1C1F (or 0x4F1C1F) is unknown color: approx Bordeaux. HEX triplet: 4F, 1C and 1F. RGB value is (79,28,31). Sum of RGB (Red+Green+Blue) = 79+28+31=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C1F is #B0E3E0. Grayscale: #2B2B2B. Windows color (decimal): -11592673 or 2038863. OLE color: 2038863.

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

Color convert

RGB792831-
CMYK00.650.610.69
HSL356.47º47.66%20.98%-
HSV(B)356.47º64.56%30.98%-
XYZ3.892.591.59-
YUV43.59120.9153.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=57.25%
G=20.29%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79283100.650.610.69356.4747.6620.98
Hex4F1C1F0413D451643015
Octal11734370101751055446025
Binary1001111111001111101000001111101100010110110010011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f1c1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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