#471223

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

Shades of Bordeaux #471223

Tints of Bordeaux #471223

Color information

#471223 (or 0x471223) is unknown color: approx Bordeaux. HEX triplet: 47, 12 and 23. RGB value is (71,18,35). Sum of RGB (Red+Green+Blue) = 71+18+35=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471223 is #B8EDDC. Grayscale: #232323. Windows color (decimal): -12119517 or 2298439. OLE color: 2298439.

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

Color convert

RGB711835-
CMYK00.750.510.72
HSL340.75º59.55%17.45%-
HSV(B)340.75º74.65%27.84%-
XYZ3.121.891.79-
YUV35.78127.56153.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=57.26%
G=14.52%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71183500.750.510.72340.7559.5517.45
Hex47122304B33481553c11
Octal10722430113631105257421
Binary10001111001010001101001011110011100100010101010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471223; }

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

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

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

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

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

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

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

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