#471726

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

Shades of Bordeaux #471726

Tints of Bordeaux #471726

Color information

#471726 (or 0x471726) is unknown color: approx Bordeaux. HEX triplet: 47, 17 and 26. RGB value is (71,23,38). Sum of RGB (Red+Green+Blue) = 71+23+38=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #471726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471726 is #B8E8D9. Grayscale: #272727. Windows color (decimal): -12118234 or 2496327. OLE color: 2496327.

HSL color Cylindrical-coordinate representation of color #471726: hue angle of 341.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471726 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB712338-
CMYK00.680.460.72
HSL341.25º51.06%18.43%-
HSV(B)341.25º67.61%27.84%-
XYZ3.252.092.07-
YUV39.06127.4150.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=53.79%
G=17.42%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71233800.680.460.72341.2551.0618.43
Hex4717260442E481553312
Octal10727460104561105256322
Binary10001111011110011001000100101110100100010101010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471726; }

 p { color: rgb(71,23,38); }

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

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

 a { background-color: rgb(71,23,38); }

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

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

 span { border-color: rgb(71,23,38); }

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