#4F0219

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

Shades of Bordeaux #4F0219

Tints of Bordeaux #4F0219

Color information

#4F0219 (or 0x4F0219) is unknown color: approx Bordeaux. HEX triplet: 4F, 02 and 19. RGB value is (79,2,25). Sum of RGB (Red+Green+Blue) = 79+2+25=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0219 is #B0FDE6. Grayscale: #1B1B1B. Windows color (decimal): -11599335 or 1638991. OLE color: 1638991.

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

Color convert

RGB79225-
CMYK00.970.680.69
HSL342.08º95.06%15.88%-
HSV(B)342.08º97.47%30.98%-
XYZ3.421.781.08-
YUV27.64126.51164.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 74.53%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=74.53%
G=1.89%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7922500.970.680.69342.0895.0615.88
Hex4F21906144451565f10
Octal117231014110410552613720
Binary100111110110010110000110001001000101101010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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