#52090F

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

Shades of Bordeaux #52090F

Tints of Bordeaux #52090F

Color information

#52090F (or 0x52090F) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 0F. RGB value is (82,9,15). Sum of RGB (Red+Green+Blue) = 82+9+15=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #52090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52090F is #ADF6F0. Grayscale: #1F1F1F. Windows color (decimal): -11400945 or 985426. OLE color: 985426.

HSL color Cylindrical-coordinate representation of color #52090F: hue angle of 355.07º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52090F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB82915-
CMYK00.890.820.68
HSL355.07º80.22%17.84%-
HSV(B)355.07º89.02%32.16%-
XYZ3.662.020.65-
YUV31.51118.68164.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=77.36%
G=8.49%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8291500.890.820.68355.0780.2217.84
Hex529F05952441635012
Octal1221117013112210454312022
Binary1010010100111110101100110100101000100101100011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,9,15); }

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

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

 a { background-color: rgb(82,9,15); }

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

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

 span { border-color: rgb(82,9,15); }

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