#471F25

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

Shades of Bordeaux #471F25

Tints of Bordeaux #471F25

Color information

#471F25 (or 0x471F25) is unknown color: approx Bordeaux. HEX triplet: 47, 1F and 25. RGB value is (71,31,37). Sum of RGB (Red+Green+Blue) = 71+31+37=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F25 is #B8E0DA. Grayscale: #2B2B2B. Windows color (decimal): -12116187 or 2432839. OLE color: 2432839.

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

Color convert

RGB713137-
CMYK00.560.480.72
HSL351º39.22%20%-
HSV(B)351º56.34%27.84%-
XYZ3.422.452.04-
YUV43.64124.25147.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=51.08%
G=22.30%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71313700.560.480.7235139.2220
Hex471F25038304815f2714
Octal1073745070601105374724
Binary1000111111111001010111000110000100100010101111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,37); }

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

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

 a { background-color: rgb(71,31,37); }

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

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

 span { border-color: rgb(71,31,37); }

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