#52041F

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

Shades of Bordeaux #52041F

Tints of Bordeaux #52041F

Color information

#52041F (or 0x52041F) is unknown color: approx Bordeaux. HEX triplet: 52, 04 and 1F. RGB value is (82,4,31). Sum of RGB (Red+Green+Blue) = 82+4+31=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52041F is #ADFBE0. Grayscale: #1E1E1E. Windows color (decimal): -11402209 or 2032722. OLE color: 2032722.

HSL color Cylindrical-coordinate representation of color #52041F: hue angle of 339.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52041F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB82431-
CMYK00.950.620.68
HSL339.23º90.7%16.86%-
HSV(B)339.23º95.12%32.16%-
XYZ3.771.981.48-
YUV30.4128.34164.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=70.09%
G=3.42%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8243100.950.620.68339.2390.716.86
Hex5241F05F3E441535b11
Octal12243701377610452313321
Binary101001010011111010111111111101000100101010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52041F; }

 p { color: rgb(82,4,31); }

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

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

 a { background-color: rgb(82,4,31); }

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

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

 span { border-color: rgb(82,4,31); }

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