#471820

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

Shades of Bordeaux #471820

Tints of Bordeaux #471820

Color information

#471820 (or 0x471820) is unknown color: approx Bordeaux. HEX triplet: 47, 18 and 20. RGB value is (71,24,32). Sum of RGB (Red+Green+Blue) = 71+24+32=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471820 is #B8E7DF. Grayscale: #262626. Windows color (decimal): -12117984 or 2103367. OLE color: 2103367.

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

Color convert

RGB712432-
CMYK00.660.550.72
HSL349.79º49.47%18.63%-
HSV(B)349.79º66.2%27.84%-
XYZ3.192.11.6-
YUV38.97124.07150.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=55.91%
G=18.90%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71243200.660.550.72349.7949.4718.63
Hex471820042374815e3113
Octal10730400102671105366123
Binary10001111100010000001000010110111100100010101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471820; }

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

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

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

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

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

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

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

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