#471C23

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

Shades of Bordeaux #471C23

Tints of Bordeaux #471C23

Color information

#471C23 (or 0x471C23) is unknown color: approx Bordeaux. HEX triplet: 47, 1C and 23. RGB value is (71,28,35). Sum of RGB (Red+Green+Blue) = 71+28+35=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C23 is #B8E3DC. Grayscale: #292929. Windows color (decimal): -12116957 or 2300999. OLE color: 2300999.

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

Color convert

RGB712835-
CMYK00.610.510.72
HSL350.23º43.43%19.41%-
HSV(B)350.23º60.56%27.84%-
XYZ3.322.291.86-
YUV41.66124.25148.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=52.99%
G=20.90%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71283500.610.510.72350.2343.4319.41
Hex471C2303D334815e2b13
Octal1073443075631105365323
Binary1000111111001000110111101110011100100010101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C23; }

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

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

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

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

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

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

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

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