#53070D

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

Shades of Bordeaux #53070D

Tints of Bordeaux #53070D

Color information

#53070D (or 0x53070D) is unknown color: approx Bordeaux. HEX triplet: 53, 07 and 0D. RGB value is (83,7,13). Sum of RGB (Red+Green+Blue) = 83+7+13=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #53070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070D is #ACF8F2. Grayscale: #1E1E1E. Windows color (decimal): -11335923 or 853843. OLE color: 853843.

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

Color convert

RGB83713-
CMYK00.920.840.67
HSL355.26º84.44%17.65%-
HSV(B)355.26º91.57%32.55%-
XYZ3.722.020.57-
YUV30.41118.18165.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=80.58%
G=6.80%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371300.920.840.67355.2684.4417.65
Hex537D05C54431635412
Octal123715013412410354312422
Binary101001111111010101110010101001000011101100011101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,7,13); }

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

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

 a { background-color: rgb(83,7,13); }

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

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

 span { border-color: rgb(83,7,13); }

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