#4F1322

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

Shades of Bordeaux #4F1322

Tints of Bordeaux #4F1322

Color information

#4F1322 (or 0x4F1322) is unknown color: approx Bordeaux. HEX triplet: 4F, 13 and 22. RGB value is (79,19,34). Sum of RGB (Red+Green+Blue) = 79+19+34=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1322 is #B0ECDD. Grayscale: #262626. Windows color (decimal): -11594974 or 2233167. OLE color: 2233167.

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

Color convert

RGB791934-
CMYK00.760.570.69
HSL345º61.22%19.22%-
HSV(B)345º75.95%30.98%-
XYZ3.752.241.75-
YUV38.65125.38156.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 59.85%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 34 (13.67% from 255) = 25.76%
R=59.85%
G=14.39%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79193400.760.570.6934561.2219.22
Hex4F132204C39451593d13
Octal11723420114711055317523
Binary10011111001110001001001100111001100010110101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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