#4F1A2A

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

Shades of Bordeaux #4F1A2A

Tints of Bordeaux #4F1A2A

Color information

#4F1A2A (or 0x4F1A2A) is unknown color: approx Bordeaux. HEX triplet: 4F, 1A and 2A. RGB value is (79,26,42). Sum of RGB (Red+Green+Blue) = 79+26+42=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1A2A is #B0E5D5. Grayscale: #2B2B2B. Windows color (decimal): -11593174 or 2759247. OLE color: 2759247.

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

Color convert

RGB792642-
CMYK00.670.470.69
HSL341.89º50.48%20.59%-
HSV(B)341.89º67.09%30.98%-
XYZ4.012.572.47-
YUV43.67127.06153.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=53.74%
G=17.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79264200.670.470.69341.8950.4820.59
Hex4F1A2A0432F451563215
Octal11732520103571055266225
Binary10011111101010101001000011101111100010110101011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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