#471927

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

Shades of Bordeaux #471927

Tints of Bordeaux #471927

Color information

#471927 (or 0x471927) is unknown color: approx Bordeaux. HEX triplet: 47, 19 and 27. RGB value is (71,25,39). Sum of RGB (Red+Green+Blue) = 71+25+39=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471927 is #B8E6D8. Grayscale: #282828. Windows color (decimal): -12117721 or 2562375. OLE color: 2562375.

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

Color convert

RGB712539-
CMYK00.650.450.72
HSL341.74º47.92%18.82%-
HSV(B)341.74º64.79%27.84%-
XYZ3.312.182.17-
YUV40.35127.24149.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 39 (15.62% from 255) = 28.89%
R=52.59%
G=18.52%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71253900.650.450.72341.7447.9218.82
Hex4719270412D481563013
Octal10731470101551105266023
Binary10001111100110011101000001101101100100010101011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471927; }

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

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

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

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

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

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

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

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