#52031E

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

Shades of Bordeaux #52031E

Tints of Bordeaux #52031E

Color information

#52031E (or 0x52031E) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 1E. RGB value is (82,3,30). Sum of RGB (Red+Green+Blue) = 82+3+30=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #52031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031E is #ADFCE1. Grayscale: #1D1D1D. Windows color (decimal): -11402466 or 1966930. OLE color: 1966930.

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

Color convert

RGB82330-
CMYK00.960.630.68
HSL339.49º92.94%16.67%-
HSV(B)339.49º96.34%32.16%-
XYZ3.751.951.41-
YUV29.7128.17165.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.30%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=71.30%
G=2.61%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8233000.960.630.68339.4992.9416.67
Hex5231E0603F441535d11
Octal12233601407710452313521
Binary10100101111110011000001111111000100101010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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