#471821

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

Shades of Bordeaux #471821

Tints of Bordeaux #471821

Color information

#471821 (or 0x471821) is unknown color: approx Bordeaux. HEX triplet: 47, 18 and 21. RGB value is (71,24,33). Sum of RGB (Red+Green+Blue) = 71+24+33=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471821 is #B8E7DE. Grayscale: #272727. Windows color (decimal): -12117983 or 2168903. OLE color: 2168903.

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

Color convert

RGB712433-
CMYK00.660.540.72
HSL348.51º49.47%18.63%-
HSV(B)348.51º66.2%27.84%-
XYZ3.22.11.68-
YUV39.08124.57150.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=55.47%
G=18.75%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71243300.660.540.72348.5149.4718.63
Hex471821042364815d3113
Octal10730410102661105356123
Binary10001111100010000101000010110110100100010101110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471821; }

 p { color: rgb(71,24,33); }

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

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

 a { background-color: rgb(71,24,33); }

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

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

 span { border-color: rgb(71,24,33); }

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