#52031C

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

Shades of Bordeaux #52031C

Tints of Bordeaux #52031C

Color information

#52031C (or 0x52031C) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 1C. RGB value is (82,3,28). Sum of RGB (Red+Green+Blue) = 82+3+28=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #52031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031C is #ADFCE3. Grayscale: #1D1D1D. Windows color (decimal): -11402468 or 1835858. OLE color: 1835858.

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

Color convert

RGB82328-
CMYK00.960.660.68
HSL341.01º92.94%16.67%-
HSV(B)341.01º96.34%32.16%-
XYZ3.721.941.28-
YUV29.47127.17165.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 72.57%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=72.57%
G=2.65%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8232800.960.660.68341.0192.9416.67
Hex5231C06042441555d11
Octal122334014010210452513521
Binary101001011111000110000010000101000100101010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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