#4A071F

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

Shades of Bordeaux #4A071F

Tints of Bordeaux #4A071F

Color information

#4A071F (or 0x4A071F) is unknown color: approx Bordeaux. HEX triplet: 4A, 07 and 1F. RGB value is (74,7,31). Sum of RGB (Red+Green+Blue) = 74+7+31=112 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.07% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 74 - color contains mainly: red. Hex color #4A071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A071F is #B5F8E0. Grayscale: #1D1D1D. Windows color (decimal): -11925729 or 2033482. OLE color: 2033482.

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

Color convert

RGB74731-
CMYK00.910.580.71
HSL338.51º82.72%15.88%-
HSV(B)338.51º90.54%29.02%-
XYZ3.151.711.46-
YUV29.77128.7159.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 66.07%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=66.07%
G=6.25%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7473100.910.580.71338.5182.7215.88
Hex4A71F05B3A471535310
Octal11273701337210752312320
Binary100101011111111010110111110101000111101010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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