#53001F

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

Shades of Bordeaux #53001F

Tints of Bordeaux #53001F

Color information

#53001F (or 0x53001F) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 1F. RGB value is (83,0,31). Sum of RGB (Red+Green+Blue) = 83+0+31=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53001F is #ACFFE0. Grayscale: #1C1C1C. Windows color (decimal): -11337697 or 2031699. OLE color: 2031699.

HSL color Cylindrical-coordinate representation of color #53001F: hue angle of 337.59º 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 #53001F is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB83031-
CMYK010.630.67
HSL337.59º100%16.27%-
HSV(B)337.59º100%32.55%-
XYZ3.811.941.47-
YUV28.35129.5166.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=72.81%
G=0%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83031010.630.67337.5910016.27
Hex5301F0643F431526410
Octal12303701447710352214420
Binary1010011011111011001001111111000011101010010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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