#521225

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

Shades of Bordeaux #521225

Tints of Bordeaux #521225

Color information

#521225 (or 0x521225) is unknown color: approx Bordeaux. HEX triplet: 52, 12 and 25. RGB value is (82,18,37). Sum of RGB (Red+Green+Blue) = 82+18+37=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521225 is #ADEDDA. Grayscale: #272727. Windows color (decimal): -11398619 or 2429522. OLE color: 2429522.

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

Color convert

RGB821837-
CMYK00.780.550.68
HSL342.19º64%19.61%-
HSV(B)342.19º78.05%32.16%-
XYZ4.032.361.99-
YUV39.3126.7158.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=59.85%
G=13.14%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82183700.780.550.68342.196419.61
Hex52122504E37441564014
Octal122224501166710452610024
Binary101001010010100101010011101101111000100101010110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521225; }

 p { color: rgb(82,18,37); }

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

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

 a { background-color: rgb(82,18,37); }

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

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

 span { border-color: rgb(82,18,37); }

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