#471023

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

Shades of Bordeaux #471023

Tints of Bordeaux #471023

Color information

#471023 (or 0x471023) is unknown color: approx Bordeaux. HEX triplet: 47, 10 and 23. RGB value is (71,16,35). Sum of RGB (Red+Green+Blue) = 71+16+35=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471023 is #B8EFDC. Grayscale: #222222. Windows color (decimal): -12120029 or 2297927. OLE color: 2297927.

HSL color Cylindrical-coordinate representation of color #471023: hue angle of 339.27º 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 #471023 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB711635-
CMYK00.770.510.72
HSL339.27º63.22%17.06%-
HSV(B)339.27º77.46%27.84%-
XYZ3.091.831.78-
YUV34.61128.22153.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=58.20%
G=13.11%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71163500.770.510.72339.2763.2217.06
Hex47102304D33481533f11
Octal10720430115631105237721
Binary10001111000010001101001101110011100100010101001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471023; }

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

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

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

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

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

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

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

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