#530016

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

Shades of Bordeaux #530016

Tints of Bordeaux #530016

Color information

#530016 (or 0x530016) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 16. RGB value is (83,0,22). Sum of RGB (Red+Green+Blue) = 83+0+22=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530016 is #ACFFE9. Grayscale: #1B1B1B. Windows color (decimal): -11337706 or 1441875. OLE color: 1441875.

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

Color convert

RGB83022-
CMYK010.730.67
HSL344.1º100%16.27%-
HSV(B)344.1º100%32.55%-
XYZ3.711.90.93-
YUV27.32125167.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=79.05%
G=0%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83022010.730.67344.110016.27
Hex5301606449431586410
Octal123026014411110353014420
Binary10100110101100110010010010011000011101011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530016; }

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

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

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

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

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

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

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

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