#471423

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

Shades of Bordeaux #471423

Tints of Bordeaux #471423

Color information

#471423 (or 0x471423) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 23. RGB value is (71,20,35). Sum of RGB (Red+Green+Blue) = 71+20+35=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471423 is #B8EBDC. Grayscale: #242424. Windows color (decimal): -12119005 or 2298951. OLE color: 2298951.

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

Color convert

RGB712035-
CMYK00.720.510.72
HSL342.35º56.04%17.84%-
HSV(B)342.35º71.83%27.84%-
XYZ3.151.961.8-
YUV36.96126.9152.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=56.35%
G=15.87%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71203500.720.510.72342.3556.0417.84
Hex47142304833481563812
Octal10724430110631105267022
Binary10001111010010001101001000110011100100010101011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471423; }

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

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

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

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

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

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

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

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