#471920

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

Shades of Bordeaux #471920

Tints of Bordeaux #471920

Color information

#471920 (or 0x471920) is unknown color: approx Bordeaux. HEX triplet: 47, 19 and 20. RGB value is (71,25,32). Sum of RGB (Red+Green+Blue) = 71+25+32=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471920 is #B8E6DF. Grayscale: #272727. Windows color (decimal): -12117728 or 2103623. OLE color: 2103623.

HSL color Cylindrical-coordinate representation of color #471920: hue angle of 350.87º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471920 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB712532-
CMYK00.650.550.72
HSL350.87º47.92%18.82%-
HSV(B)350.87º64.79%27.84%-
XYZ3.212.141.61-
YUV39.55123.74150.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 32 (12.89% from 255) = 25%
R=55.47%
G=19.53%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71253200.650.550.72350.8747.9218.82
Hex471920041374815f3013
Octal10731400101671105376023
Binary10001111100110000001000001110111100100010101111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471920; }

 p { color: rgb(71,25,32); }

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

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

 a { background-color: rgb(71,25,32); }

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

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

 span { border-color: rgb(71,25,32); }

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