#471622

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

Shades of Bordeaux #471622

Tints of Bordeaux #471622

Color information

#471622 (or 0x471622) is unknown color: approx Bordeaux. HEX triplet: 47, 16 and 22. RGB value is (71,22,34). Sum of RGB (Red+Green+Blue) = 71+22+34=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471622 is #B8E9DD. Grayscale: #262626. Windows color (decimal): -12118494 or 2233927. OLE color: 2233927.

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

Color convert

RGB712234-
CMYK00.690.520.72
HSL345.31º52.69%18.24%-
HSV(B)345.31º69.01%27.84%-
XYZ3.172.031.74-
YUV38.02125.73151.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=55.91%
G=17.32%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71223400.690.520.72345.3152.6918.24
Hex47162204534481593512
Octal10726420105641105316522
Binary10001111011010001001000101110100100100010101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471622; }

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

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

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

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

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

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

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

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