#53000E

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

Shades of Bordeaux #53000E

Tints of Bordeaux #53000E

Color information

#53000E (or 0x53000E) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 0E. RGB value is (83,0,14). Sum of RGB (Red+Green+Blue) = 83+0+14=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #53000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000E is #ACFFF1. Grayscale: #1A1A1A. Windows color (decimal): -11337714 or 917587. OLE color: 917587.

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

Color convert

RGB83014-
CMYK010.830.67
HSL349.88º100%16.27%-
HSV(B)349.88º100%32.55%-
XYZ3.651.870.58-
YUV26.41121168.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 85.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=85.57%
G=0%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83014010.830.67349.8810016.27
Hex530E064534315e6410
Octal123016014412310353614420
Binary1010011011100110010010100111000011101011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53000E; }

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

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

<style>
 a { background-color: #53000E; }

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

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

<style>
 span { border-color: #53000E; }

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

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