#53020F

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

Shades of Bordeaux #53020F

Tints of Bordeaux #53020F

Color information

#53020F (or 0x53020F) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 0F. RGB value is (83,2,15). Sum of RGB (Red+Green+Blue) = 83+2+15=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #53020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53020F is #ACFDF0. Grayscale: #1B1B1B. Windows color (decimal): -11337201 or 983635. OLE color: 983635.

HSL color Cylindrical-coordinate representation of color #53020F: hue angle of 350.37º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53020F is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB83215-
CMYK00.980.820.67
HSL350.37º95.29%16.67%-
HSV(B)350.37º97.59%32.55%-
XYZ3.681.920.63-
YUV27.7120.84167.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 15 (6.25% from 255) = 15%
R=83%
G=2%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8321500.980.820.67350.3795.2916.67
Hex532F062524315e5f11
Octal123217014212210353613721
Binary10100111011110110001010100101000011101011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,2,15); }

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

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

 a { background-color: rgb(83,2,15); }

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

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

 span { border-color: rgb(83,2,15); }

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