#52031D

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

Shades of Bordeaux #52031D

Tints of Bordeaux #52031D

Color information

#52031D (or 0x52031D) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 1D. RGB value is (82,3,29). Sum of RGB (Red+Green+Blue) = 82+3+29=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #52031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031D is #ADFCE2. Grayscale: #1D1D1D. Windows color (decimal): -11402467 or 1901394. OLE color: 1901394.

HSL color Cylindrical-coordinate representation of color #52031D: hue angle of 340.25º 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 #52031D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB82329-
CMYK00.960.650.68
HSL340.25º92.94%16.67%-
HSV(B)340.25º96.34%32.16%-
XYZ3.731.951.34-
YUV29.58127.67165.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.93%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=71.93%
G=2.63%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8232900.960.650.68340.2592.9416.67
Hex5231D06041441545d11
Octal122335014010110452413521
Binary101001011111010110000010000011000100101010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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