#471A22

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

Shades of Bordeaux #471A22

Tints of Bordeaux #471A22

Color information

#471A22 (or 0x471A22) is unknown color: approx Bordeaux. HEX triplet: 47, 1A and 22. RGB value is (71,26,34). Sum of RGB (Red+Green+Blue) = 71+26+34=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A22 is #B8E5DD. Grayscale: #282828. Windows color (decimal): -12117470 or 2234951. OLE color: 2234951.

HSL color Cylindrical-coordinate representation of color #471A22: hue angle of 349.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A22 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB712634-
CMYK00.630.520.72
HSL349.33º46.39%19.02%-
HSV(B)349.33º63.38%27.84%-
XYZ3.262.191.77-
YUV40.37124.41149.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=54.20%
G=19.85%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71263400.630.520.72349.3346.3919.02
Hex471A2203F344815d2e13
Octal1073242077641105355623
Binary1000111110101000100111111110100100100010101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,26,34); }

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

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

 a { background-color: rgb(71,26,34); }

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

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

 span { border-color: rgb(71,26,34); }

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