#4F1524

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

Shades of Bordeaux #4F1524

Tints of Bordeaux #4F1524

Color information

#4F1524 (or 0x4F1524) is unknown color: approx Bordeaux. HEX triplet: 4F, 15 and 24. RGB value is (79,21,36). Sum of RGB (Red+Green+Blue) = 79+21+36=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1524 is #B0EADB. Grayscale: #282828. Windows color (decimal): -11594460 or 2364751. OLE color: 2364751.

HSL color Cylindrical-coordinate representation of color #4F1524: hue angle of 344.48º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1524 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB792136-
CMYK00.730.540.69
HSL344.48º58%19.61%-
HSV(B)344.48º73.42%30.98%-
XYZ3.812.331.92-
YUV40.05125.72155.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=58.09%
G=15.44%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79213600.730.540.69344.485819.61
Hex4F152404936451583a14
Octal11725440111661055307224
Binary10011111010110010001001001110110100010110101100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,36); }

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

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

 a { background-color: rgb(79,21,36); }

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

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

 span { border-color: rgb(79,21,36); }

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