#53001C

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

Shades of Bordeaux #53001C

Tints of Bordeaux #53001C

Color information

#53001C (or 0x53001C) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 1C. RGB value is (83,0,28). Sum of RGB (Red+Green+Blue) = 83+0+28=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53001C is #ACFFE3. Grayscale: #1B1B1B. Windows color (decimal): -11337700 or 1835091. OLE color: 1835091.

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

Color convert

RGB83028-
CMYK010.660.67
HSL339.76º100%16.27%-
HSV(B)339.76º100%32.55%-
XYZ3.781.921.27-
YUV28.01128167.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=74.77%
G=0%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83028010.660.67339.7610016.27
Hex5301C06442431546410
Octal123034014410210352414420
Binary10100110111000110010010000101000011101010100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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