#471022

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

Shades of Bordeaux #471022

Tints of Bordeaux #471022

Color information

#471022 (or 0x471022) is unknown color: approx Bordeaux. HEX triplet: 47, 10 and 22. RGB value is (71,16,34). Sum of RGB (Red+Green+Blue) = 71+16+34=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471022 is #B8EFDD. Grayscale: #222222. Windows color (decimal): -12120030 or 2232391. OLE color: 2232391.

HSL color Cylindrical-coordinate representation of color #471022: hue angle of 340.36º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471022 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB711634-
CMYK00.770.520.72
HSL340.36º63.22%17.06%-
HSV(B)340.36º77.46%27.84%-
XYZ3.071.831.7-
YUV34.5127.72154.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=58.68%
G=13.22%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71163400.770.520.72340.3663.2217.06
Hex47102204D34481543f11
Octal10720420115641105247721
Binary10001111000010001001001101110100100100010101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471022; }

 p { color: rgb(71,16,34); }

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

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

 a { background-color: rgb(71,16,34); }

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

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

 span { border-color: rgb(71,16,34); }

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