#471E25

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

Shades of Bordeaux #471E25

Tints of Bordeaux #471E25

Color information

#471E25 (or 0x471E25) is unknown color: approx Bordeaux. HEX triplet: 47, 1E and 25. RGB value is (71,30,37). Sum of RGB (Red+Green+Blue) = 71+30+37=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E25 is #B8E1DA. Grayscale: #2B2B2B. Windows color (decimal): -12116443 or 2432583. OLE color: 2432583.

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

Color convert

RGB713037-
CMYK00.580.480.72
HSL349.76º40.59%19.8%-
HSV(B)349.76º57.75%27.84%-
XYZ3.42.42.03-
YUV43.06124.58147.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=51.45%
G=21.74%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71303700.580.480.72349.7640.5919.8
Hex471E2503A304815e2914
Octal1073645072601105365124
Binary1000111111101001010111010110000100100010101111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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