#471425

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

Shades of Bordeaux #471425

Tints of Bordeaux #471425

Color information

#471425 (or 0x471425) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 25. RGB value is (71,20,37). Sum of RGB (Red+Green+Blue) = 71+20+37=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471425 is #B8EBDA. Grayscale: #252525. Windows color (decimal): -12119003 or 2430023. OLE color: 2430023.

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

Color convert

RGB712037-
CMYK00.720.480.72
HSL340º56.04%17.84%-
HSV(B)340º71.83%27.84%-
XYZ3.181.971.96-
YUV37.19127.9152.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=55.47%
G=15.62%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71203700.720.480.7234056.0417.84
Hex47142504830481543812
Octal10724450110601105247022
Binary10001111010010010101001000110000100100010101010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471425; }

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

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

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

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

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

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

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

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