#521429

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

Shades of Bordeaux #521429

Tints of Bordeaux #521429

Color information

#521429 (or 0x521429) is unknown color: approx Bordeaux. HEX triplet: 52, 14 and 29. RGB value is (82,20,41). Sum of RGB (Red+Green+Blue) = 82+20+41=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521429 is #ADEBD6. Grayscale: #282828. Windows color (decimal): -11398103 or 2692178. OLE color: 2692178.

HSL color Cylindrical-coordinate representation of color #521429: hue angle of 339.68º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521429 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB822041-
CMYK00.760.500.68
HSL339.68º60.78%20%-
HSV(B)339.68º75.61%32.16%-
XYZ4.132.452.35-
YUV40.93128.04157.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=57.34%
G=13.99%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82204100.760.500.68339.6860.7820
Hex52142904C32441543d14
Octal12224510114621045247524
Binary10100101010010100101001100110010100010010101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521429; }

 p { color: rgb(82,20,41); }

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

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

 a { background-color: rgb(82,20,41); }

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

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

 span { border-color: rgb(82,20,41); }

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