#471922

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

Shades of Bordeaux #471922

Tints of Bordeaux #471922

Color information

#471922 (or 0x471922) is unknown color: approx Bordeaux. HEX triplet: 47, 19 and 22. RGB value is (71,25,34). Sum of RGB (Red+Green+Blue) = 71+25+34=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471922 is #B8E6DD. Grayscale: #272727. Windows color (decimal): -12117726 or 2234695. OLE color: 2234695.

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

Color convert

RGB712534-
CMYK00.650.520.72
HSL348.26º47.92%18.82%-
HSV(B)348.26º64.79%27.84%-
XYZ3.232.151.76-
YUV39.78124.74150.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=54.62%
G=19.23%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71253400.650.520.72348.2647.9218.82
Hex471922041344815c3013
Octal10731420101641105346023
Binary10001111100110001001000001110100100100010101110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471922; }

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

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

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

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

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

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

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

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