#53001D

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

Shades of Bordeaux #53001D

Tints of Bordeaux #53001D

Color information

#53001D (or 0x53001D) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 1D. RGB value is (83,0,29). Sum of RGB (Red+Green+Blue) = 83+0+29=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53001D is #ACFFE2. Grayscale: #1C1C1C. Windows color (decimal): -11337699 or 1900627. OLE color: 1900627.

HSL color Cylindrical-coordinate representation of color #53001D: hue angle of 339.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53001D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB83029-
CMYK010.650.67
HSL339.04º100%16.27%-
HSV(B)339.04º100%32.55%-
XYZ3.791.931.33-
YUV28.12128.5167.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=74.11%
G=0%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83029010.650.67339.0410016.27
Hex5301D06441431536410
Octal123035014410110352314420
Binary10100110111010110010010000011000011101010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,0,29); }

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

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

 a { background-color: rgb(83,0,29); }

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

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

 span { border-color: rgb(83,0,29); }

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