#471D28

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

Shades of Bordeaux #471D28

Tints of Bordeaux #471D28

Color information

#471D28 (or 0x471D28) is unknown color: approx Bordeaux. HEX triplet: 47, 1D and 28. RGB value is (71,29,40). Sum of RGB (Red+Green+Blue) = 71+29+40=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D28 is #B8E2D7. Grayscale: #2A2A2A. Windows color (decimal): -12116696 or 2628935. OLE color: 2628935.

HSL color Cylindrical-coordinate representation of color #471D28: hue angle of 344.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D28 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB712940-
CMYK00.590.440.72
HSL344.29º42%19.61%-
HSV(B)344.29º59.15%27.84%-
XYZ3.422.372.28-
YUV42.81126.41148.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=50.71%
G=20.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71294000.590.440.72344.294219.61
Hex471D2803B2C481582a14
Octal1073550073541105305224
Binary1000111111011010000111011101100100100010101100010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,40); }

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

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

 a { background-color: rgb(71,29,40); }

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

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

 span { border-color: rgb(71,29,40); }

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