#4A151F

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

Shades of Bordeaux #4A151F

Tints of Bordeaux #4A151F

Color information

#4A151F (or 0x4A151F) is unknown color: approx Bordeaux. HEX triplet: 4A, 15 and 1F. RGB value is (74,21,31). Sum of RGB (Red+Green+Blue) = 74+21+31=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A151F is #B5EAE0. Grayscale: #262626. Windows color (decimal): -11922145 or 2037066. OLE color: 2037066.

HSL color Cylindrical-coordinate representation of color #4A151F: hue angle of 348.68º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A151F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB742131-
CMYK00.720.580.71
HSL348.68º55.79%18.63%-
HSV(B)348.68º71.62%29.02%-
XYZ3.342.091.52-
YUV37.99124.06153.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 58.73%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=58.73%
G=16.67%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74213100.720.580.71348.6855.7918.63
Hex4A151F0483A4715d3813
Octal11225370110721075357023
Binary1001010101011111101001000111010100011110101110111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,31); }

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

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

 a { background-color: rgb(74,21,31); }

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

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

 span { border-color: rgb(74,21,31); }

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