#471826

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

Shades of Bordeaux #471826

Tints of Bordeaux #471826

Color information

#471826 (or 0x471826) is unknown color: approx Bordeaux. HEX triplet: 47, 18 and 26. RGB value is (71,24,38). Sum of RGB (Red+Green+Blue) = 71+24+38=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471826 is #B8E7D9. Grayscale: #272727. Windows color (decimal): -12117978 or 2496583. OLE color: 2496583.

HSL color Cylindrical-coordinate representation of color #471826: hue angle of 342.13º 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 #471826 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB712438-
CMYK00.660.460.72
HSL342.13º49.47%18.63%-
HSV(B)342.13º66.2%27.84%-
XYZ3.282.132.07-
YUV39.65127.07150.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=53.38%
G=18.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71243800.660.460.72342.1349.4718.63
Hex4718260422E481563113
Octal10730460102561105266123
Binary10001111100010011001000010101110100100010101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471826; }

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

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

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

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

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

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

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

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