#53030F

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

Shades of Bordeaux #53030F

Tints of Bordeaux #53030F

Color information

#53030F (or 0x53030F) is unknown color: approx Bordeaux. HEX triplet: 53, 03 and 0F. RGB value is (83,3,15). Sum of RGB (Red+Green+Blue) = 83+3+15=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #53030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030F is #ACFCF0. Grayscale: #1C1C1C. Windows color (decimal): -11336945 or 983891. OLE color: 983891.

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

Color convert

RGB83315-
CMYK00.960.820.67
HSL351º93.02%16.86%-
HSV(B)351º96.39%32.55%-
XYZ3.691.940.63-
YUV28.29120.5167.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 82.18%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=82.18%
G=2.97%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8331500.960.820.6735193.0216.86
Hex533F060524315f5d11
Octal123317014012210353713521
Binary10100111111110110000010100101000011101011111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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