#4F1222

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

Shades of Bordeaux #4F1222

Tints of Bordeaux #4F1222

Color information

#4F1222 (or 0x4F1222) is unknown color: approx Bordeaux. HEX triplet: 4F, 12 and 22. RGB value is (79,18,34). Sum of RGB (Red+Green+Blue) = 79+18+34=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1222 is #B0EDDD. Grayscale: #262626. Windows color (decimal): -11595230 or 2232911. OLE color: 2232911.

HSL color Cylindrical-coordinate representation of color #4F1222: hue angle of 344.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1222 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.69.

Color convert

RGB791834-
CMYK00.770.570.69
HSL344.26º62.89%19.02%-
HSV(B)344.26º77.22%30.98%-
XYZ3.732.211.74-
YUV38.06125.71157.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=60.31%
G=13.74%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79183400.770.570.69344.2662.8919.02
Hex4F122204D39451583f13
Octal11722420115711055307723
Binary10011111001010001001001101111001100010110101100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,18,34); }

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

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

 a { background-color: rgb(79,18,34); }

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

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

 span { border-color: rgb(79,18,34); }

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