#4F1B24

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

Shades of Bordeaux #4F1B24

Tints of Bordeaux #4F1B24

Color information

#4F1B24 (or 0x4F1B24) is unknown color: approx Bordeaux. HEX triplet: 4F, 1B and 24. RGB value is (79,27,36). Sum of RGB (Red+Green+Blue) = 79+27+36=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B24 is #B0E4DB. Grayscale: #2B2B2B. Windows color (decimal): -11592924 or 2366287. OLE color: 2366287.

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

Color convert

RGB792736-
CMYK00.660.540.69
HSL349.62º49.06%20.78%-
HSV(B)349.62º65.82%30.98%-
XYZ3.932.571.96-
YUV43.57123.73153.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=55.63%
G=19.01%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79273600.660.540.69349.6249.0620.78
Hex4F1B24042364515e3115
Octal11733440102661055366125
Binary10011111101110010001000010110110100010110101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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