#52061E

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

Shades of Bordeaux #52061E

Tints of Bordeaux #52061E

Color information

#52061E (or 0x52061E) is unknown color: approx Bordeaux. HEX triplet: 52, 06 and 1E. RGB value is (82,6,30). Sum of RGB (Red+Green+Blue) = 82+6+30=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #52061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52061E is #ADF9E1. Grayscale: #1F1F1F. Windows color (decimal): -11401698 or 1967698. OLE color: 1967698.

HSL color Cylindrical-coordinate representation of color #52061E: hue angle of 341.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52061E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB82630-
CMYK00.930.630.68
HSL341.05º86.36%17.25%-
HSV(B)341.05º92.68%32.16%-
XYZ3.782.021.42-
YUV31.46127.18164.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 69.49%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=69.49%
G=5.08%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8263000.930.630.68341.0586.3617.25
Hex5261E05D3F441555611
Octal12263601357710452512621
Binary101001011011110010111011111111000100101010101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52061E; }

 p { color: rgb(82,6,30); }

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

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

 a { background-color: rgb(82,6,30); }

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

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

 span { border-color: rgb(82,6,30); }

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