#471F24

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

Shades of Bordeaux #471F24

Tints of Bordeaux #471F24

Color information

#471F24 (or 0x471F24) is unknown color: approx Bordeaux. HEX triplet: 47, 1F and 24. RGB value is (71,31,36). Sum of RGB (Red+Green+Blue) = 71+31+36=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F24 is #B8E0DB. Grayscale: #2B2B2B. Windows color (decimal): -12116188 or 2367303. OLE color: 2367303.

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

Color convert

RGB713136-
CMYK00.560.490.72
HSL352.5º39.22%20%-
HSV(B)352.5º56.34%27.84%-
XYZ3.412.451.96-
YUV43.53123.75147.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=51.45%
G=22.46%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71313600.560.490.72352.539.2220
Hex471F2403831481602714
Octal1073744070611105404724
Binary1000111111111001000111000110001100100010110000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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