#471D25

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

Shades of Bordeaux #471D25

Tints of Bordeaux #471D25

Color information

#471D25 (or 0x471D25) is unknown color: approx Bordeaux. HEX triplet: 47, 1D and 25. RGB value is (71,29,37). Sum of RGB (Red+Green+Blue) = 71+29+37=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D25 is #B8E2DA. Grayscale: #2A2A2A. Windows color (decimal): -12116699 or 2432327. OLE color: 2432327.

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

Color convert

RGB712937-
CMYK00.590.480.72
HSL348.57º42%19.61%-
HSV(B)348.57º59.15%27.84%-
XYZ3.372.352.03-
YUV42.47124.91148.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=51.82%
G=21.17%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71293700.590.480.72348.574219.61
Hex471D2503B304815d2a14
Octal1073545073601105355224
Binary1000111111011001010111011110000100100010101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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