#4F021C

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

Shades of Bordeaux #4F021C

Tints of Bordeaux #4F021C

Color information

#4F021C (or 0x4F021C) is unknown color: approx Bordeaux. HEX triplet: 4F, 02 and 1C. RGB value is (79,2,28). Sum of RGB (Red+Green+Blue) = 79+2+28=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F021C is #B0FDE3. Grayscale: #1B1B1B. Windows color (decimal): -11599332 or 1835599. OLE color: 1835599.

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

Color convert

RGB79228-
CMYK00.970.650.69
HSL339.74º95.06%15.88%-
HSV(B)339.74º97.47%30.98%-
XYZ3.461.791.26-
YUV27.99128.01164.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 72.48%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=72.48%
G=1.83%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7922800.970.650.69339.7495.0615.88
Hex4F21C06141451545f10
Octal117234014110110552413720
Binary100111110111000110000110000011000101101010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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