#530115

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

Shades of Bordeaux #530115

Tints of Bordeaux #530115

Color information

#530115 (or 0x530115) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 15. RGB value is (83,1,21). Sum of RGB (Red+Green+Blue) = 83+1+21=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530115 is #ACFEEA. Grayscale: #1B1B1B. Windows color (decimal): -11337451 or 1376595. OLE color: 1376595.

HSL color Cylindrical-coordinate representation of color #530115: hue angle of 345.37º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530115 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB83121-
CMYK00.990.750.67
HSL345.37º97.62%16.47%-
HSV(B)345.37º98.8%32.55%-
XYZ3.711.910.88-
YUV27.8124.17167.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.05%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 21 (8.59% from 255) = 20%
R=79.05%
G=0.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312100.990.750.67345.3797.6216.47
Hex531150634B431596210
Octal123125014311310353114220
Binary10100111101010110001110010111000011101011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530115; }

 p { color: rgb(83,1,21); }

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

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

 a { background-color: rgb(83,1,21); }

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

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

 span { border-color: rgb(83,1,21); }

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