#4F1B2A

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

Shades of Bordeaux #4F1B2A

Tints of Bordeaux #4F1B2A

Color information

#4F1B2A (or 0x4F1B2A) is unknown color: approx Bordeaux. HEX triplet: 4F, 1B and 2A. RGB value is (79,27,42). Sum of RGB (Red+Green+Blue) = 79+27+42=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B2A is #B0E4D5. Grayscale: #2C2C2C. Windows color (decimal): -11592918 or 2759503. OLE color: 2759503.

HSL color Cylindrical-coordinate representation of color #4F1B2A: hue angle of 342.69º 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 #4F1B2A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB792742-
CMYK00.660.470.69
HSL342.69º49.06%20.78%-
HSV(B)342.69º65.82%30.98%-
XYZ4.032.612.48-
YUV44.26126.73152.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=53.38%
G=18.24%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79274200.660.470.69342.6949.0620.78
Hex4F1B2A0422F451573115
Octal11733520102571055276125
Binary10011111101110101001000010101111100010110101011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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