#4F1C24

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

Shades of Bordeaux #4F1C24

Tints of Bordeaux #4F1C24

Color information

#4F1C24 (or 0x4F1C24) is unknown color: approx Bordeaux. HEX triplet: 4F, 1C and 24. RGB value is (79,28,36). Sum of RGB (Red+Green+Blue) = 79+28+36=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C24 is #B0E3DB. Grayscale: #2C2C2C. Windows color (decimal): -11592668 or 2366543. OLE color: 2366543.

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

Color convert

RGB792836-
CMYK00.650.540.69
HSL350.59º47.66%20.98%-
HSV(B)350.59º64.56%30.98%-
XYZ3.962.621.97-
YUV44.16123.4152.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 28 (11.33% from 255) = 19.58%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=55.24%
G=19.58%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79283600.650.540.69350.5947.6620.98
Hex4F1C24041364515f3015
Octal11734440101661055376025
Binary10011111110010010001000001110110100010110101111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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