#471C27

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

Shades of Bordeaux #471C27

Tints of Bordeaux #471C27

Color information

#471C27 (or 0x471C27) is unknown color: approx Bordeaux. HEX triplet: 47, 1C and 27. RGB value is (71,28,39). Sum of RGB (Red+Green+Blue) = 71+28+39=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C27 is #B8E3D8. Grayscale: #2A2A2A. Windows color (decimal): -12116953 or 2563143. OLE color: 2563143.

HSL color Cylindrical-coordinate representation of color #471C27: hue angle of 344.65º 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 #471C27 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB712839-
CMYK00.610.450.72
HSL344.65º43.43%19.41%-
HSV(B)344.65º60.56%27.84%-
XYZ3.382.322.19-
YUV42.11126.25148.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=51.45%
G=20.29%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71283900.610.450.72344.6543.4319.41
Hex471C2703D2D481592b13
Octal1073447075551105315323
Binary1000111111001001110111101101101100100010101100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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